CppTools: Fixed tooltip for Enable Doxygen blocks

Change-Id: Ie047782cde63bd64b6a52747ee2cd7d4fc102b88
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
Knut Petter Svendsen
2013-11-05 19:10:32 +01:00
parent 16b4c2e032
commit f82bfeb41d

View File

@@ -205,7 +205,7 @@
<item>
<widget class="QCheckBox" name="enableDoxygenCheckBox">
<property name="toolTip">
<string>Automatically create a Doxygen comment upon pressing enter after a /** or /*!</string>
<string>Automatically create a Doxygen comment upon pressing enter after a /**, /*!, //! or ///</string>
</property>
<property name="text">
<string>Enable Doxygen blocks</string>