Changeset e5762306a3dc2ebc7487a4b96f3fca2a5dc522d1
- Timestamp:
- 25/01/08 18:54:30
(10 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1201283670 +0000
- git-parent:
[235d2f4586b5dc5678daf43246f53502935b04a8]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1201283670 +0000
- Message:
Qt4 - Moc knows SYS_MINGW32, but not WIN32. Temporary fix.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r023fa07 |
re576230 |
|
| 107 | 107 | QList<QWidget *> optionWidgets; |
|---|
| 108 | 108 | QString qs_filter; |
|---|
| 109 | | |
|---|
| 110 | 109 | |
|---|
| 111 | 110 | #ifdef WIN32 |
|---|
| … | … | |
| 117 | 116 | void lastfm_Changed( int ); |
|---|
| 118 | 117 | void updateAudioOptions( int ); |
|---|
| 119 | | #ifdef WIN32 |
|---|
| | 118 | #ifdef SYS_MINGW32 |
|---|
| 120 | 119 | void assoDialog(); |
|---|
| 121 | 120 | void saveAsso(); |
|---|