forked from qt-creator/qt-creator
Clang: Adjust mockup code to creator code.
Change-Id: I83c5b7c1af2ee4b77b2f3d8e06b54218838056f3 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
committed by
David Schulz
parent
edb27b53f4
commit
de0ceea956
@@ -34,10 +34,8 @@ public:
|
|||||||
unsigned line;
|
unsigned line;
|
||||||
unsigned column;
|
unsigned column;
|
||||||
unsigned length;
|
unsigned length;
|
||||||
union {
|
TextStyles textStyles;
|
||||||
TextStyles textStyles;
|
int kind;
|
||||||
int kind;
|
|
||||||
};
|
|
||||||
bool useTextSyles;
|
bool useTextSyles;
|
||||||
|
|
||||||
bool isValid() const
|
bool isValid() const
|
||||||
|
Reference in New Issue
Block a user