From d5acc98b68d21f79eaf2c4fff122dac5ec60c8a1 Mon Sep 17 00:00:00 2001 From: schutz Date: Sat, 7 Aug 2010 21:49:22 +0200 Subject: [PATCH] test --- playermainwindow.cpp | 6 +++--- vlcRemote.pro | 9 +++------ 2 files changed, 6 insertions(+), 9 deletions(-) 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 -- 1.7.9.5