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:
hjk
2014-10-17 13:40:04 +02:00
parent ca9ed45016
commit 55b2bb16dc
28 changed files with 101 additions and 174 deletions

View File

@@ -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