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 clearAll(const QString &message);
|
||||||
void clearAllData();
|
void clearAllData();
|
||||||
void saveState();
|
void saveState();
|
||||||
|
using TextEditor::TextEditorWidget::restoreState;
|
||||||
void restoreState();
|
void restoreState();
|
||||||
|
|
||||||
void setFolded(int blockNumber, bool folded);
|
void setFolded(int blockNumber, bool folded);
|
||||||
|
@@ -60,6 +60,8 @@ public:
|
|||||||
void setCurrentDiffFileIndex(int diffFileIndex);
|
void setCurrentDiffFileIndex(int diffFileIndex);
|
||||||
|
|
||||||
void saveState();
|
void saveState();
|
||||||
|
|
||||||
|
using TextEditor::TextEditorWidget::restoreState;
|
||||||
void restoreState();
|
void restoreState();
|
||||||
|
|
||||||
void clear(const QString &message = QString());
|
void clear(const QString &message = QString());
|
||||||
|
Reference in New Issue
Block a user