forked from qt-creator/qt-creator
Clang: turn off delayed template parsing
Fix templates highlight and completion on Windows Add UI to turn on/off delayed parsing (off by default) Task-number: QTCREATORBUG-17222 Change-Id: I0cd5e0bcfff2789cd938e4096829f777ff15957a Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -43,8 +43,8 @@ public:
|
||||
QString displayName() const;
|
||||
void setDisplayName(const QString &displayName);
|
||||
|
||||
QStringList commandLineOptions() const;
|
||||
void setCommandLineOptions(const QStringList &commandLineOptions);
|
||||
QStringList commandLineWarnings() const;
|
||||
void setCommandLineWarnings(const QStringList &commandLineWarnings);
|
||||
|
||||
bool isReadOnly() const;
|
||||
void setIsReadOnly(bool isReadOnly);
|
||||
@@ -54,7 +54,7 @@ public:
|
||||
private:
|
||||
Core::Id m_id;
|
||||
QString m_displayName;
|
||||
QStringList m_commandLineOptions;
|
||||
QStringList m_commandLineWarnings;
|
||||
bool m_isReadOnly = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user