summaryrefslogtreecommitdiffstats
path: root/utils/utils.h
diff options
context:
space:
mode:
authorJesper K. Pedersen <[email protected]>2013-05-29 07:16:50 +0000
committerJesper K. Pedersen <[email protected]>2013-06-03 15:36:06 +0200
commitaf8eb8d825d7d1ea08b1a1ac36f52860bf4b7b84 (patch)
tree11b9d426e1a21845f498f7fdd47ca80f66ebdaec /utils/utils.h
parenta29bf2cd09e0a1bf36aac99ebc551658c58b2a58 (diff)
make it possible to add extra paths with scriptsHEADmaster
Change-Id: I270dc67545d27cd3177414112f14684df63a70ad Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/utils.h b/utils/utils.h
index d0f12f6..e4ebec1 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -47,6 +47,7 @@ public slots:
QStringList backtrace() const;
bool copyFile(const QString& from, const QString& to);
void touchFile(const QString& fileName);
+ void addScriptPath(const QString& path);
public:
QString currentScripRoot() const;