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
Marco Bubke
flatpak-qt-creator
Commits
48f90a66
Commit
48f90a66
authored
Mar 12, 2009
by
hjk
Browse files
Fixes: debugger: compile fix
parent
a17b57fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/moduleswindow.cpp
View file @
48f90a66
...
...
@@ -117,7 +117,7 @@ void ModulesWindow::contextMenuEvent(QContextMenuEvent *ev)
act6
->
setDisabled
(
name
.
isEmpty
());
act7
->
setDisabled
(
name
.
isEmpty
());
#ifndef Q_OS_LINUX
act7
->
setDisabled
(
true
)
l
act7
->
setDisabled
(
true
)
;
#endif
menu
.
addAction
(
act0
);
...
...
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