Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggerruncontrol.cpp842 static int toolRunCount = 0; in DebuggerRunTool() local
846 toolRunCount = 0; in DebuggerRunTool()
848 d->runId = QString::number(++toolRunCount); in DebuggerRunTool()