forked from qt-creator/qt-creator
Core: Let IDocument also report failed file reload operations
Change-Id: I8fa02f2398f59306c49481316fdedf50a1c4e32f Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -375,7 +375,7 @@ protected:
|
||||
private slots:
|
||||
void editorContentsChange(int position, int charsRemoved, int charsAdded);
|
||||
void documentAboutToBeReloaded();
|
||||
void documentReloaded();
|
||||
void documentReloadFinished(bool success);
|
||||
void highlightSearchResults(const QString &txt, Find::FindFlags findFlags);
|
||||
void setFindScope(const QTextCursor &start, const QTextCursor &end, int, int);
|
||||
bool inFindScope(const QTextCursor &cursor);
|
||||
|
||||
Reference in New Issue
Block a user