forked from qt-creator/qt-creator
Cpp{Editor,Tools}: Remove some Qt4-only code
Change-Id: I94ca7b239e974b6b400933466ee2ef5ae4def336 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -35,11 +35,8 @@
|
||||
#include "cppworkingcopy.h"
|
||||
|
||||
#include <cplusplus/Icons.h>
|
||||
#include <cplusplus/Symbol.h>
|
||||
#include <cplusplus/TypeOfExpression.h>
|
||||
#if QT_VERSION >= 0x050000
|
||||
// Qt 5 requires the types to be defined for Q_DECLARE_METATYPE
|
||||
# include <cplusplus/Symbol.h>
|
||||
#endif
|
||||
|
||||
#include <texteditor/basetexteditor.h>
|
||||
#include <texteditor/codeassist/basicproposalitemlistmodel.h>
|
||||
|
||||
Reference in New Issue
Block a user