Skip to content
Snippets Groups Projects
Commit 48f90a66 authored by hjk's avatar hjk
Browse files

Fixes: debugger: compile fix

parent a17b57fa
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment