diff options
| author | 2016-04-24 17:02:12 +0100 | |
|---|---|---|
| committer | 2016-04-24 19:41:09 +0100 | |
| commit | b973de650ef3e615009e5bcdfb174955ae3fc785 (patch) | |
| tree | 5d97fcb2e43fc5c44cc41fff999f6b546f8635a1 /src/modules/options/OptionsWidget_uparser.cpp | |
| parent | OptionsWidget: rename option labels to reflect current function (diff) | |
| download | KVIrc-b973de650ef3e615009e5bcdfb174955ae3fc785.tar.gz KVIrc-b973de650ef3e615009e5bcdfb174955ae3fc785.tar.bz2 KVIrc-b973de650ef3e615009e5bcdfb174955ae3fc785.zip | |
OptionsWidget: formatting + indenting + obsolete code cleanup
its not quite clang-format quality spacing after comma etc.
maybe clang one day can visit these things and do a better job.
Diffstat (limited to 'src/modules/options/OptionsWidget_uparser.cpp')
| -rw-r--r-- | src/modules/options/OptionsWidget_uparser.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/modules/options/OptionsWidget_uparser.cpp b/src/modules/options/OptionsWidget_uparser.cpp index 42acea66a..f84baa08d 100644 --- a/src/modules/options/OptionsWidget_uparser.cpp +++ b/src/modules/options/OptionsWidget_uparser.cpp @@ -53,16 +53,16 @@ OptionsWidget_uparser::OptionsWidget_uparser(QWidget * parent) b = addBoolSelector(0,8,0,8,__tr2qs_ctx("Relay errors and warnings to debug window","options"),KviOption_boolScriptErrorsToDebugWindow); mergeTip(b, __tr2qs_ctx("This option will show the script errors and warnings " \ - "also in the special debug window. This makes tracking of scripts that might " \ - "be running in several windows far easier. The messages in the debug window " \ - "also contain a deeper call stack which will help you identifying the " \ - "scripting problems.","options")); + "also in the special debug window. This makes tracking of scripts that might " \ + "be running in several windows far easier. The messages in the debug window " \ + "also contain a deeper call stack which will help you identifying the " \ + "scripting problems.","options")); - b1 = addBoolSelector(0,9,0,9, __tr2qs_ctx("Create debug window without focus","options"),KviOption_boolShowMinimizedDebugWindow); + b1 = addBoolSelector(0,9,0,9,__tr2qs_ctx("Create debug window without focus","options"),KviOption_boolShowMinimizedDebugWindow); mergeTip(b1, __tr2qs_ctx("This option prevents the debug window " \ - "from opening and diverting application focus.<br>" \ - "Enable this if you don't like the debug window " \ - "popping up while you're typing something in a channel.","options")); + "from opening and diverting application focus.<br>" \ + "Enable this if you don't like the debug window " \ + "popping up while you're typing something in a channel.","options")); addRowSpacer(0,10,0,10); } |
