summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index e83b6a5..a9b27ee 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -95,4 +95,6 @@ private:
QDockWidget* channels_dock;
QListWidget* channel_list;
QTabWidget* tab_widget;
+
+ QAction* act_save_project;
};