Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Plugin-Scripting
Commits
2a5bcae8
Commit
2a5bcae8
authored
Jun 01, 2016
by
Jan Möbius
Browse files
Fix crash in scripting plugin on reshow
closes #56
parent
7a899ed8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ScriptingPlugin.cc
View file @
2a5bcae8
...
...
@@ -681,6 +681,9 @@ void ScriptingPlugin::slotSaveScriptAs(){
void
ScriptingPlugin
::
slotFunctionClicked
(
QListWidgetItem
*
_item
)
{
if
(
_item
==
0
)
return
;
QString
slotDescription
;
QStringList
params
;
QStringList
descriptions
;
...
...
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