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