DocumentManager: Avoid using sender()

Change-Id: I668f602c50857dd003fe7cc67a5c1ffbc5d3311d
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Jarek Kobus
2022-07-20 10:54:33 +02:00
parent ee5ffafa45
commit b6c7d29007
2 changed files with 17 additions and 27 deletions

View File

@@ -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();