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

Qt4 - Moc knows SYS_MINGW32, but not WIN32. Temporary fix.

parent 235d2f45
......@@ -107,7 +107,6 @@ private:
QList<QWidget *> optionWidgets;
QString qs_filter;
#ifdef WIN32
QList<QListWidgetItem *> listAsso;
#endif
......@@ -116,7 +115,7 @@ private:
private slots:
void lastfm_Changed( int );
void updateAudioOptions( int );
#ifdef WIN32
#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