forked from qt-creator/qt-creator
Debugger: Consolidate RunControl creation
Export factory, de-export plugin, to remove one indirection Change-Id: I13a46460d07d5ded6b26f2b5ceccd01142fb10e8 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -43,6 +43,8 @@ namespace Utils { class PersistentSettingsWriter; }
|
||||
|
||||
namespace Debugger {
|
||||
|
||||
namespace Internal { class DebuggerPlugin; }
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
// DebuggerItemManager
|
||||
// -----------------------------------------------------------------------
|
||||
@@ -91,7 +93,7 @@ private:
|
||||
static QList<DebuggerItem> m_debuggers;
|
||||
|
||||
friend class Internal::DebuggerItemModel;
|
||||
friend class DebuggerPlugin; // Enable constrcutor for DebuggerPlugin
|
||||
friend class Internal::DebuggerPlugin; // Enable constrcutor for DebuggerPlugin
|
||||
};
|
||||
|
||||
} // namespace Debugger
|
||||
|
||||
Reference in New Issue
Block a user