Define P in stringbuilder.cpp, just to help in editing in the editor
Otherwise it keeps thinking that we have an error. Change-Id: I8175e34dc6421884b89de9165193e32b6cdf1b62 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
parent
a5fcd3f799
commit
2af70ba396
@ -57,6 +57,11 @@
|
||||
#define UNICODE_LITERAL_EXTRA u"s\u00f6m\u00eb l\u00eft\u00ebr\u00e4l" "EXTRA"
|
||||
#endif
|
||||
|
||||
#ifndef P
|
||||
# error You need to define P
|
||||
# define P +
|
||||
#endif
|
||||
|
||||
//fix for gcc4.0: if the operator+ does not exist without QT_USE_FAST_OPERATOR_PLUS
|
||||
#ifndef QT_USE_FAST_CONCATENATION
|
||||
#define Q %
|
||||
|
Loading…
Reference in New Issue
Block a user