From af8eb8d825d7d1ea08b1a1ac36f52860bf4b7b84 Mon Sep 17 00:00:00 2001 From: "Jesper K. Pedersen" Date: Wed, 29 May 2013 07:16:50 +0000 Subject: make it possible to add extra paths with scripts Change-Id: I270dc67545d27cd3177414112f14684df63a70ad Reviewed-by: Nicolas Arnaud-Cormos --- scriptmanager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scriptmanager.h') 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); -- cgit v1.2.3