irrelevant
[tomamp] / tomamp / mainwindow.cpp
index 349cce5..ec30cbb 100644 (file)
@@ -872,6 +872,7 @@ void MainWindow::itemRemoved (int i)
 
 void MainWindow::showOptions ()
 {
+    qDebug () << "Options dialog";
     OptionDialog dlg (this, settings);
-    dlg.show();
+    dlg.exec();
 }