From b973de650ef3e615009e5bcdfb174955ae3fc785 Mon Sep 17 00:00:00 2001
From: un1versal
Date: Sun, 24 Apr 2016 17:02:12 +0100
Subject: 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.
---
src/modules/options/OptionsWidget_uparser.cpp | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
(limited to 'src/modules/options/OptionsWidget_uparser.cpp')
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.
" \
- "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.
" \
+ "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);
}
--
cgit v1.3.1-10-gc9f91