Core: Pimpl MainWindow

I'd like to disentangle things a bit, and there's quite a bit
non-window-ish stuff here.

Change-Id: Iad1e1d17ccd10b3ffff14251039ae2a5d6bfb675
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
hjk
2023-09-15 12:10:35 +02:00
parent 4282aff307
commit 080cb86761
12 changed files with 279 additions and 254 deletions

View File

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