debugger: move ModulesHandler from DebuggerManager to DebuggerRunControl

This commit is contained in:
hjk
2010-06-15 09:13:22 +02:00
parent 83e479824e
commit 69a4ed3255
12 changed files with 164 additions and 110 deletions

View File

@@ -152,6 +152,19 @@ enum LogChannel
StatusBar // LogStatus and also put to the status bar
};
enum ModelRoles
{
DisplaySourceRole = 32, // Qt::UserRole,
EngineCapabilityRole,
EngineActionsEnabledRole,
// Modules
RequestReloadModulesRole,
RequestModuleSymbolsRole,
RequestAllSymbolsRole
};
} // namespace Debugger
#endif // DEBUGGERCONSTANTS_H