forked from qt-creator/qt-creator
DiffEditor: Fix clang warning about hidden overloads
Change-Id: Iad4cbe1f2e97b862626deeecbcec496fe3457370 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -87,6 +87,7 @@ public:
|
||||
void clearAll(const QString &message);
|
||||
void clearAllData();
|
||||
void saveState();
|
||||
using TextEditor::TextEditorWidget::restoreState;
|
||||
void restoreState();
|
||||
|
||||
void setFolded(int blockNumber, bool folded);
|
||||
|
@@ -60,6 +60,8 @@ public:
|
||||
void setCurrentDiffFileIndex(int diffFileIndex);
|
||||
|
||||
void saveState();
|
||||
|
||||
using TextEditor::TextEditorWidget::restoreState;
|
||||
void restoreState();
|
||||
|
||||
void clear(const QString &message = QString());
|
||||
|
Reference in New Issue
Block a user