forked from qt-creator/qt-creator
Core/Utils: Use {} instead of nullptr for flags
Deprecated in current 5.15 Change-Id: I4222c67f2da3919e3476178f52dae909327431d4 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -592,7 +592,7 @@ signals:
|
||||
void tooltipOverrideRequested(TextEditor::TextEditorWidget *widget,
|
||||
const QPoint &globalPos, int position, bool *handled);
|
||||
void tooltipRequested(const QPoint &globalPos, int position);
|
||||
void activateEditor(Core::EditorManager::OpenEditorFlags flags = nullptr);
|
||||
void activateEditor(Core::EditorManager::OpenEditorFlags flags = {});
|
||||
|
||||
protected:
|
||||
virtual void slotCursorPositionChanged(); // Used in VcsBase
|
||||
|
||||
Reference in New Issue
Block a user