forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user