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
Utilities
KDebugSettings
Commits
905e38ff
Commit
905e38ff
authored
Dec 17, 2020
by
Laurent Montel
😁
Browse files
Add init method here
parent
67c5a19e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/loadgroupmenu.cpp
View file @
905e38ff
...
...
@@ -23,8 +23,14 @@
LoadGroupMenu
::
LoadGroupMenu
(
QWidget
*
parent
)
:
QMenu
(
parent
)
{
init
();
}
LoadGroupMenu
::~
LoadGroupMenu
()
{
}
void
LoadGroupMenu
::
init
()
{
}
Write
Preview
Supports
Markdown
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