test
[vlc-remote] / playermainwindow.cpp
index 2e73f8c..e54076a 100644 (file)
@@ -21,7 +21,7 @@
 #include "ui_playermainwindow.h"
 #include "configdialog.h"
 #include "aboutdialog.h"
-#include "accountdialog.h"
+
 
 PlayerMainWindow::PlayerMainWindow(QWidget *parent) :
         QMainWindow(parent),
@@ -146,8 +146,8 @@ void PlayerMainWindow::slide(int value)
 
 void PlayerMainWindow::showConfig()
 {
-    AccountDialog * dialog = new AccountDialog;
-    dialog->exec();
+//     ConfigDialog * dialog = new AccountDialog;
+//     dialog->exec();
 }
 void PlayerMainWindow::showAbout()
 {