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:
@@ -112,7 +112,8 @@ signals:
|
||||
void changed();
|
||||
|
||||
void aboutToReload();
|
||||
void reloaded();
|
||||
void reloadFinished(bool success);
|
||||
|
||||
void fileNameChanged(const QString &oldName, const QString &newName);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user