summaryrefslogtreecommitdiff
path: root/noncore/settings/mediummount/mainwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/mediummount/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/mediummount/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/mediummount/mainwindow.h b/noncore/settings/mediummount/mainwindow.h
index 9c648ef..71dac79 100644
--- a/noncore/settings/mediummount/mainwindow.h
+++ b/noncore/settings/mediummount/mainwindow.h
@@ -19,12 +19,13 @@ namespace MediumMountSetting {
~MainWindow();
private slots:
void slotGlobalChanged(int );
void slotCheckingChanged(int );
void accept();
+ void done( int );
private:
void init();
QTabWidget *m_tab;
QVBoxLayout *m_lay;
MediumGlobalWidget *m_global;
QList<MediumMountWidget> m_mediums;