Core: Rename MainWindowPrivate to ICorePrivate

Mechanical, plan is to move m_mainWindow there and switch
around construction.

Change-Id: Ic7936623586ac68c2cdd69a40042262802579d23
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2023-10-02 16:24:02 +02:00
parent 34fdac0d84
commit ae4852a3ea
9 changed files with 62 additions and 64 deletions

View File

@@ -20,7 +20,7 @@ class IDocument;
namespace Internal {
class DocumentManagerPrivate;
class MainWindowPrivate;
class ICorePrivate;
}
class CORE_EXPORT DocumentManager : public QObject
@@ -152,8 +152,8 @@ private:
void updateSaveAll();
static void registerSaveAllAction();
friend class Core::Internal::MainWindowPrivate;
friend class Core::Internal::DocumentManagerPrivate;
friend class Internal::DocumentManagerPrivate;
friend class Internal::ICorePrivate;
};
class CORE_EXPORT FileChangeBlocker