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
OpenFlipper-Free
OpenFlipper
Commits
82ada2c8
Commit
82ada2c8
authored
Jan 23, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make slot slotGetDescription public
parent
489f50aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Core/Core.hh
Core/Core.hh
+5
-2
No files found.
Core/Core.hh
View file @
82ada2c8
...
...
@@ -1371,12 +1371,15 @@ private slots:
void
slotSetSlotDescriptionGlobalFunction
(
QString
_functionName
,
QString
_slotDescription
,
QStringList
_parameters
,
QStringList
_descriptions
);
void
slotScriptError
(
const
QScriptValue
&
error
);
public
slots
:
/// get available descriptions for a given public slot
void
slotGetDescription
(
QString
_function
,
QString
&
_fnDescription
,
QStringList
&
_parameters
,
QStringList
&
_descriptions
);
void
slotScriptError
(
const
QScriptValue
&
error
);
private:
QList
<
SlotInfo
>
coreSlots_
;
...
...
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