Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Unmaintained
KDE Pim
Commits
06470f46
Commit
06470f46
authored
Nov 10, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix show warning
parent
51763ff1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kmail/widgets/statusbarlabeltoggledstate.cpp
kmail/widgets/statusbarlabeltoggledstate.cpp
+1
-1
No files found.
kmail/widgets/statusbarlabeltoggledstate.cpp
View file @
06470f46
...
...
@@ -32,7 +32,7 @@ StatusBarLabelToggledState::~StatusBarLabelToggledState()
void
StatusBarLabelToggledState
::
setStateString
(
const
QString
&
toggled
,
const
QString
&
untoggled
)
{
if
(
mT
oggled
.
isEmpty
()
||
mUnT
oggled
.
isEmpty
())
{
if
(
t
oggled
.
isEmpty
()
||
unt
oggled
.
isEmpty
())
{
qWarning
()
<<
" State string is empty. Need to fix it"
;
}
mToggled
=
toggled
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment