Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
c0455ef7
Commit
c0455ef7
authored
Aug 10, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed misleading indentation warning
parent
767d03f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Core/Core.cc
Core/Core.cc
+3
-3
No files found.
Core/Core.cc
View file @
c0455ef7
...
...
@@ -1288,14 +1288,14 @@ void Core::slotSetSlotDescription(QString _slotName, QString _slotDescrip
//handle plugin slots
//find plugin
PluginInfo
*
pluginInfo
=
0
;
PluginInfo
*
pluginInfo
=
0
;
for
(
uint
i
=
0
;
i
<
plugins_
.
size
();
i
++
)
if
(
plugins_
[
i
].
plugin
==
sender
())
pluginInfo
=
&
plugins_
[
i
];
if
(
pluginInfo
==
0
){
emit
log
(
LOGERR
,
tr
(
"Unable to set slot-description. Plugin not found!"
));
if
(
pluginInfo
==
0
){
emit
log
(
LOGERR
,
tr
(
"Unable to set slot-description. Plugin not found!"
));
return
;
}
...
...
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