Commit e1992e2b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Small fix for Windows compilation... gruiking because MOC doesn't understand...

Small fix for Windows compilation... gruiking because MOC doesn't understand #ifdef WIN32... Necessary to add a MOCFLAGS in configure.ac ?
parent 54875a7b
......@@ -68,7 +68,8 @@ class QLineEdit;
class QRadioButton;
class QCheckBox;
class QString;
#if WIN32
#ifdef WIN32
class QListWidgetItem;
#endif
......@@ -102,16 +103,17 @@ private:
QList<QWidget *> optionWidgets;
QString qs_filter;
#if WIN32
#ifdef WIN32
QList<QListWidgetItem *> listAsso;
#endif
/* Display only the options for the selected audio output */
private slots:
void lastfm_Changed( int );
void updateAudioOptions( int );
#ifdef WIN32
void updateAudioOptions( int );
#ifdef SYS_MINGW32
void assoDialog();
void saveAsso();
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment