forked from qt-creator/qt-creator
Fixes: debugger: compile fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user