From: schutz Date: Sat, 7 Aug 2010 19:49:22 +0000 (+0200) Subject: test X-Git-Tag: v0.5~64^2 X-Git-Url: http://git.maemo.org/git/?p=vlc-remote;a=commitdiff_plain;h=d5acc98b68d21f79eaf2c4fff122dac5ec60c8a1 test --- diff --git a/playermainwindow.cpp b/playermainwindow.cpp index 2e73f8c..e54076a 100644 --- a/playermainwindow.cpp +++ b/playermainwindow.cpp @@ -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() { diff --git a/vlcRemote.pro b/vlcRemote.pro index 1cfae0e..8ab5e61 100644 --- a/vlcRemote.pro +++ b/vlcRemote.pro @@ -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