forked from qt-creator/qt-creator
Fix build after QTC_OVERRIDE removal.
Change-Id: I7ffda701c7f0882860017a415949902d78e3466d Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
committed by
Fawzi Mohamed
parent
86918e9a28
commit
33670d22f7
@@ -39,15 +39,8 @@
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
// avoid utils dependency
|
||||
#include <qglobal.h>
|
||||
|
||||
#ifdef Q_DECL_OVERRIDE
|
||||
#define Q_DECL_OVERRIDE Q_DECL_OVERRIDE
|
||||
#else
|
||||
#define Q_DECL_OVERRIDE
|
||||
#endif
|
||||
|
||||
namespace Ios {
|
||||
namespace Internal {
|
||||
class DevInfoSession;
|
||||
|
Reference in New Issue
Block a user