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; ...@@ -68,7 +68,8 @@ class QLineEdit;
class QRadioButton; class QRadioButton;
class QCheckBox; class QCheckBox;
class QString; class QString;
#if WIN32
#ifdef WIN32
class QListWidgetItem; class QListWidgetItem;
#endif #endif
...@@ -103,7 +104,8 @@ private: ...@@ -103,7 +104,8 @@ private:
QList<QWidget *> optionWidgets; QList<QWidget *> optionWidgets;
QString qs_filter; QString qs_filter;
#if WIN32
#ifdef WIN32
QList<QListWidgetItem *> listAsso; QList<QListWidgetItem *> listAsso;
#endif #endif
...@@ -111,7 +113,7 @@ private: ...@@ -111,7 +113,7 @@ private:
private slots: private slots:
void lastfm_Changed( int ); void lastfm_Changed( int );
void updateAudioOptions( int ); void updateAudioOptions( int );
#ifdef WIN32 #ifdef SYS_MINGW32
void assoDialog(); void assoDialog();
void saveAsso(); void saveAsso();
#endif #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