forked from qt-creator/qt-creator
Fixes: debugger: enum naming cosmetics
This commit is contained in:
@@ -229,7 +229,7 @@ public:
|
||||
QLabel *statusLabel() const { return m_statusLabel; }
|
||||
DebuggerSettings *settings() { return &m_settings; }
|
||||
|
||||
enum StartMode { startInternal, startExternal, attachExternal };
|
||||
enum StartMode { StartInternal, StartExternal, AttachExternal };
|
||||
enum DebuggerType { GdbDebugger, ScriptDebugger, WinDebugger };
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user