1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

Fixing compilation on Mac. Closes #215

- one missing include: <QFileOpenEvent>
This commit is contained in:
nowrep 2012-01-23 16:01:02 +01:00
parent 79762d8b41
commit 23b73ce388

View File

@ -28,6 +28,10 @@
#include <QWebSecurityOrigin>
#include <iostream>
#ifdef Q_WS_MAC
#include <QFileOpenEvent>
#endif
#include "qtsingleapplication.h"
#include "commandlineoptions.h"