forked from qt-creator/qt-creator
Debugger: Un-export GdbAdapters.
Reviewed-by: hjk Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -46,9 +46,6 @@ namespace Core { class SftpChannel; }
|
||||
|
||||
namespace Debugger {
|
||||
class DebuggerRunControl;
|
||||
namespace Internal {
|
||||
class AbstractGdbAdapter;
|
||||
}
|
||||
}
|
||||
|
||||
namespace ProjectExplorer { class RunControl; }
|
||||
@@ -100,8 +97,6 @@ private:
|
||||
const MaemoDeviceConfig m_deviceConfig;
|
||||
MaemoSshRunner * const m_runner;
|
||||
|
||||
Debugger::Internal::AbstractGdbAdapter *m_gdbAdapter;
|
||||
|
||||
QSharedPointer<Core::SftpChannel> m_uploader;
|
||||
Core::SftpJobId m_uploadJob;
|
||||
bool m_adapterStarted;
|
||||
|
||||
Reference in New Issue
Block a user