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
1f6b6a18
Commit
1f6b6a18
authored
Dec 23, 2020
by
Laurent Montel
😁
Browse files
Make sure that menu is enabled
parent
36913c70
Pipeline
#45094
passed with stage
in 9 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/loadgroupmenu.cpp
View file @
1f6b6a18
...
...
@@ -60,6 +60,7 @@ void LoadGroupMenu::init()
setEnabled
(
false
);
return
;
}
setEnabled
(
true
);
for
(
const
QString
&
file
:
groups
)
{
QAction
*
act
=
addAction
(
file
);
const
QString
fullPath
=
groupPath
+
QLatin1Char
(
'/'
)
+
file
;
...
...
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