summaryrefslogtreecommitdiffstats
path: root/scriptingplugin.h
diff options
context:
space:
mode:
authorJesper K. Pedersen <jesper.pedersen@kdab.com>2013-05-14 11:24:05 +0200
committerJesper K. Pedersen <jesper.pedersen@kdab.com>2013-05-14 19:41:36 +0200
commit36823affca3dc1584e81173c740304df97810a3f (patch)
treea448a789d967bb2a3303661b337802c510eae566 /scriptingplugin.h
parentb52c0d5d00ee100eddd0215ad4c891f8067df76e (diff)
make it possible to run unit tests from the command line
Simply execute qtcreator like this: qtcreator -execute-script <path-to-tests-directory>/runtests.qs Change-Id: I60f706218af8653cc5cc945797062125d919f57c Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Diffstat (limited to 'scriptingplugin.h')
-rw-r--r--scriptingplugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scriptingplugin.h b/scriptingplugin.h
index 0d73882..9a06df2 100644
--- a/scriptingplugin.h
+++ b/scriptingplugin.h
@@ -71,10 +71,12 @@ public:
bool initialize(const QStringList &arguments, QString *errorString);
void extensionsInitialized();
+ bool delayedInitialize();
ShutdownFlag aboutToShutdown();
private:
ScriptManager *m_scriptManager;
+ QString m_startUpScript;
};
} // namespace Internal