aboutsummaryrefslogtreecommitdiffstats
path: root/src/bench/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/mainwindow.h')
-rw-r--r--src/bench/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/mainwindow.h b/src/bench/mainwindow.h
index f410121..87e65a8 100644
--- a/src/bench/mainwindow.h
+++ b/src/bench/mainwindow.h
@@ -58,7 +58,7 @@ public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
void activateDocument(const QString path);
- void setWorkspace(const QString& path);
+ void setWorkspace(const QString& path, bool activateRootPath = true);
void setPluginPath(const QString& path);
void setImportPaths(const QStringList& pathList);
void setStaysOnTop(bool enabled);