Fixes: debugger: compile fix

This commit is contained in:
hjk
2009-03-12 15:08:58 +01:00
parent a17b57fa16
commit 48f90a6631

View File

@@ -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);