summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 013c0dca7..a9f2ecaf0 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -47,6 +47,11 @@ public:
void showError(QString message);
void setTitle(enum MainWindowTitleFormat format);
+ // The 'Change DC Shortcuts' should only be enabled
+ // when the profile's visible.
+ void disableDcShortcuts();
+ void enableDcShortcuts();
+
private slots:
/* file menu action */
void on_actionNew_triggered();