forked from qt-creator/qt-creator
Debugger: Export DebuggerManager and DebuggerStartParameters.
For device debugging. Move both from namespace Debugger::Internal to Debugger, export them, give DebuggerManager a static instance().
This commit is contained in:
@@ -40,9 +40,9 @@ class LocalApplicationRunConfiguration;
|
||||
}
|
||||
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
|
||||
class DebuggerManager;
|
||||
|
||||
namespace Internal {
|
||||
class StartData;
|
||||
|
||||
typedef QSharedPointer<ProjectExplorer::RunConfiguration>
|
||||
|
||||
Reference in New Issue
Block a user