test
authorschutz <schutz@schutz.(none)>
Sat, 7 Aug 2010 19:49:22 +0000 (21:49 +0200)
committerschutz <schutz@schutz.(none)>
Sat, 7 Aug 2010 19:49:22 +0000 (21:49 +0200)
playermainwindow.cpp
vlcRemote.pro

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()
 {
index 1cfae0e..8ab5e61 100644 (file)
@@ -15,24 +15,21 @@ SOURCES += main.cpp\
     playermainwindow.cpp \
     configdialog.cpp \
     aboutdialog.cpp \
-    accountdialog.cpp \
-    scanipdialog.cpp
+
 
 HEADERS += \
     playlistmainwindow.h \
     playermainwindow.h \
     configdialog.h \
     aboutdialog.h \
-    accountdialog.h \
-    scanipdialog.h
+
 
 FORMS += \
     playlistmainwindow.ui \
     playermainwindow.ui \
     configdialog.ui \
     aboutdialog.ui \
-    accountdialog.ui \
-    scanipdialog.ui
+  
 
 OTHER_FILES += \
     vlc-remote.desktop