forked from qt-creator/qt-creator
CppTools: "pre-compiled" -> "precompiled"
Change-Id: Ia4207747a3659fc05013d22b63feb2b17b1dec81 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -30,10 +30,10 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="ignorePCHCheckBox">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>When pre-compiled headers are not ignored, the parsing for code completion and semantic highlighting will process the pre-compiled header before processing any file.</p></body></html></string>
|
||||
<string><html><head/><body><p>When precompiled headers are not ignored, the parsing for code completion and semantic highlighting will process the precompiled header before processing any file.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Ignore pre-compiled headers</string>
|
||||
<string>Ignore precompiled headers</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user