Skip to content
Snippets Groups Projects
Commit 09f56a5c authored by Christian Kamm's avatar Christian Kamm Committed by Jarek Kobus
Browse files

C++ code style: Improve tooltip.


Change-Id: Ib71e3b87bd07292b0aecdbec7ebfb1fcd0efea7e
Reviewed-by: default avatarJarek Kobus <jaroslaw.kobus@nokia.com>
parent 2f58fb95
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,9 @@ a = a +
<widget class="QCheckBox" name="extraPaddingConditions">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
The extra padding usually only affects if statement conditions. Without extra padding:
Adds an extra level of indentation to multiline conditions in the switch, if, while and foreach statements if they would otherwise have the same or less indentation than a nested statement.
For four-spaces indentation only if statement conditions are affected. Without extra padding:
&lt;pre&gt;
if (a &amp;&amp;
b)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment