Home
last modified time | relevance | path

Searched refs:M_DEBUG_STARTDEBUGGING (Results 1 – 4 of 4) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dprojectexplorerconstants.h51 const char M_DEBUG_STARTDEBUGGING[] = "ProjectExplorer.Menu.Debug.StartDebugging"; variable
H A Dprojectexplorer.cpp883 ActionManager::createMenu(Constants::M_DEBUG_STARTDEBUGGING); in initialize()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qnx/
H A Dqnxplugin.cpp175 …*mstart = Core::ActionManager::actionContainer(ProjectExplorer::Constants::M_DEBUG_STARTDEBUGGING); in extensionsInitialized()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggerplugin.cpp730 ActionContainer *mstart = ActionManager::actionContainer(PE::M_DEBUG_STARTDEBUGGING); in DebuggerPluginPrivate()