Vavious Mac related changes by Mirco Chinelli

This commit is contained in:
Christophe Dumez
2010-06-09 15:18:52 +00:00
parent b8b2f96d76
commit 3e55e8dc6e
7 changed files with 66 additions and 9 deletions

View File

@@ -28,8 +28,6 @@
* Contact : chris@qbittorrent.org
*/
#ifdef Q_WS_MAC
#include <QFileOpenEvent>
#include "qmacapplication.h"
@@ -52,4 +50,3 @@ bool QMacApplication::event(QEvent * event) {
}
}
#endif