Fix functions and macros using to support both Qt4 and Qt5.

This commit is contained in:
Vladimir Golovnev (Glassez)
2013-09-21 11:59:58 +04:00
committed by sledgehammer999
parent 763d8a392f
commit ce3aac5f9d
51 changed files with 260 additions and 181 deletions

View File

@@ -33,7 +33,7 @@
#include <QtCore/QtGlobal>
#ifdef Q_WS_MAC
#ifdef Q_OS_MAC
#include "qmacapplication.h"
#else
#include "qtsingleapplication.h"
@@ -42,7 +42,7 @@
#include <QSessionManager>
class SessionApplication :
#ifdef Q_WS_MAC
#ifdef Q_OS_MAC
public QMacApplication
#else
public QtSingleApplication