Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
b8366705
Commit
b8366705
authored
Feb 16, 2011
by
Daniel Molkentin
Browse files
Do not run tests by default
Requested-By: hjk
parent
fae31e0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/main.cpp
View file @
b8366705
...
...
@@ -355,7 +355,7 @@ int main(int argc, char **argv)
QObject
::
connect
(
&
app
,
SIGNAL
(
aboutToQuit
()),
&
pluginManager
,
SLOT
(
shutdown
()));
// Do this after the event loop has started
QTimer
::
singleShot
(
100
,
&
pluginManager
,
SLOT
(
startTests
()));
//
QTimer::singleShot(100, &pluginManager, SLOT(startTests()));
return
app
.
exec
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment