Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
f5ecf3ae
Commit
f5ecf3ae
authored
Jun 01, 2016
by
Jan Möbius
Browse files
Merge branch 'scripting_plugin_crash' into 'master'
Fix crash in scripting plugin on reshow closes
#56
See merge request
!111
parents
ae3e8975
37b7c50b
Pipeline
#2114
passed with stage
in 78 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Plugin-Scripting/ScriptingPlugin.cc
View file @
f5ecf3ae
...
...
@@ -681,6 +681,9 @@ void ScriptingPlugin::slotSaveScriptAs(){
void
ScriptingPlugin
::
slotFunctionClicked
(
QListWidgetItem
*
_item
)
{
if
(
_item
==
0
)
return
;
QString
slotDescription
;
QStringList
params
;
QStringList
descriptions
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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