summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-10-04 19:28:45 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-10-04 19:28:45 +0200
commitadd9c8bed73516093b6eb37d4fdf30c592a7f72c (patch)
tree71e37ddd8246874d565ec84b2be2dbe6afe8e3d7 /src/mainwindow.h
parent9a9193d3a2aa3e95efcb36b4903204095e921031 (diff)
Disable save menu entry until filename has been assigned to the project with save-as.
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;
};