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