Fixes: debugger: enum naming cosmetics

This commit is contained in:
hjk
2009-02-16 13:58:43 +01:00
parent f6e3b90ebb
commit 9bb43992cd
4 changed files with 11 additions and 10 deletions

View File

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