summaryrefslogtreecommitdiff
path: root/noncore/settings
authorharlekin <harlekin>2003-03-28 07:42:56 (UTC)
committer harlekin <harlekin>2003-03-28 07:42:56 (UTC)
commit827e06044df4df235912156c730baa3c87717526 (patch) (unidiff)
treeb4cc79ed55e987d1fc6a6c30140950ef4e4ec4f1 /noncore/settings
parent39a71f2dfcb0116554d2806735adb394847a2027 (diff)
downloadopie-827e06044df4df235912156c730baa3c87717526.zip
opie-827e06044df4df235912156c730baa3c87717526.tar.gz
opie-827e06044df4df235912156c730baa3c87717526.tar.bz2
close mediummount on exit .-)
Diffstat (limited to 'noncore/settings') (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
@@ -65,6 +65,13 @@ void MainWindow::accept()
65 QDialog::accept(); 65 QDialog::accept();
66} 66}
67 67
68void MainWindow::done ( int r )
69{
70 QDialog::done( r );
71 close ();
72}
73
74
68void MainWindow::slotGlobalChanged(int ) 75void MainWindow::slotGlobalChanged(int )
69{ 76{
70 77
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
@@ -22,6 +22,7 @@ namespace MediumMountSetting {
22 void slotGlobalChanged(int ); 22 void slotGlobalChanged(int );
23 void slotCheckingChanged(int ); 23 void slotCheckingChanged(int );
24 void accept(); 24 void accept();
25 void done( int );
25 private: 26 private:
26 void init(); 27 void init();
27 QTabWidget *m_tab; 28 QTabWidget *m_tab;