summaryrefslogtreecommitdiffstats
path: root/scriptmanager.h
diff options
context:
space:
mode:
authorJesper K. Pedersen <jesper.pedersen@kdab.com>2013-05-29 07:16:50 +0000
committerJesper K. Pedersen <jesper.pedersen@kdab.com>2013-06-03 15:36:06 +0200
commitaf8eb8d825d7d1ea08b1a1ac36f52860bf4b7b84 (patch)
tree11b9d426e1a21845f498f7fdd47ca80f66ebdaec /scriptmanager.h
parenta29bf2cd09e0a1bf36aac99ebc551658c58b2a58 (diff)
make it possible to add extra paths with scriptsHEADmaster
Change-Id: I270dc67545d27cd3177414112f14684df63a70ad Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Diffstat (limited to 'scriptmanager.h')
-rw-r--r--scriptmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scriptmanager.h b/scriptmanager.h
index 7861986..e212fe5 100644
--- a/scriptmanager.h
+++ b/scriptmanager.h
@@ -80,6 +80,7 @@ public:
QString defaultDirectory() const;
QString scriptDirectory(ProjectExplorer::Project *project) const;
ScriptList scriptList() const;
+ void addScriptPath(const QString& path);
public slots:
void runFile(const QString &scriptName);