summaryrefslogtreecommitdiff
path: root/noncore
Side-by-side diff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/mediummount/mainwindow.cc7
-rw-r--r--noncore/settings/mediummount/mainwindow.h1
2 files changed, 8 insertions, 0 deletions
diff --git a/noncore/settings/mediummount/mainwindow.cc b/noncore/settings/mediummount/mainwindow.cc
index bfd1e21..6b37cff 100644
--- a/noncore/settings/mediummount/mainwindow.cc
+++ b/noncore/settings/mediummount/mainwindow.cc
@@ -67,2 +67,9 @@ void MainWindow::accept()
+void MainWindow::done ( int r )
+{
+ QDialog::done( r );
+ close ();
+}
+
+
void MainWindow::slotGlobalChanged(int )
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
@@ -24,2 +24,3 @@ namespace MediumMountSetting {
void accept();
+ void done( int );
private: