forked from qt-creator/qt-creator
DocumentManager: Avoid using sender()
Change-Id: I668f602c50857dd003fe7cc67a5c1ffbc5d3311d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -166,10 +166,9 @@ private:
|
||||
~DocumentManager() override;
|
||||
|
||||
void documentDestroyed(QObject *obj);
|
||||
void checkForNewFileName();
|
||||
void checkForNewFileName(IDocument *document);
|
||||
void checkForReload();
|
||||
void changedFile(const QString &file);
|
||||
void filePathChanged(const Utils::FilePath &oldName, const Utils::FilePath &newName);
|
||||
void updateSaveAll();
|
||||
static void registerSaveAllAction();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user