forked from qt-creator/qt-creator
More ObjC++
This commit is contained in:
@@ -91,8 +91,8 @@ public:
|
||||
bool qtMocRunEnabled() const;
|
||||
void setQtMocRunEnabled(bool enabled);
|
||||
|
||||
bool objcEnabled() const;
|
||||
void setObjcEnabled(bool onoff);
|
||||
bool objCEnabled() const;
|
||||
void setObjCEnabled(bool onoff);
|
||||
|
||||
QList<SimpleToken> operator()(const QString &text, int state = 0);
|
||||
|
||||
@@ -103,7 +103,7 @@ private:
|
||||
int _lastState;
|
||||
bool _skipComments: 1;
|
||||
bool _qtMocRunEnabled: 1;
|
||||
bool _objcEnabled: 1;
|
||||
bool _objCEnabled: 1;
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
|
Reference in New Issue
Block a user