diff --git a/src/plugins/debugger/moduleswindow.cpp b/src/plugins/debugger/moduleswindow.cpp index c580cfd1815..8d87709eadc 100644 --- a/src/plugins/debugger/moduleswindow.cpp +++ b/src/plugins/debugger/moduleswindow.cpp @@ -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);