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
884a6222
Commit
884a6222
authored
Feb 16, 2011
by
Bill King
Browse files
Pluginmanager: quit after -test testing has completed.
parent
36c72ac3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/extensionsystem/pluginmanager.cpp
View file @
884a6222
...
...
@@ -48,6 +48,7 @@
#include
<QtCore/QTime>
#include
<QtCore/QWriteLocker>
#include
<QtCore/QtDebug>
#include
<QtCore/QTimer>
#ifdef WITH_TESTS
#include
<QTest>
...
...
@@ -640,6 +641,7 @@ void PluginManager::startTests()
}
QTest
::
qExec
(
pluginSpec
->
plugin
(),
methods
);
}
QTimer
::
singleShot
(
1
,
QCoreApplication
::
instance
(),
SLOT
(
quit
()));
#endif
}
...
...
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