diff options
| author | hjk <qtc-committer@nokia.com> | 2009-03-12 15:08:58 +0100 |
|---|---|---|
| committer | hjk <qtc-committer@nokia.com> | 2009-03-12 15:08:58 +0100 |
| commit | 48f90a6631b8ccf4a47a12b38dceca473638f4c6 (patch) | |
| tree | fb38fba79ec146d2daf1be420f6381b6288080bd /src/plugins/debugger/moduleswindow.cpp | |
| parent | a17b57fa16f36d889deec9cb2e5afe2ee4905a79 (diff) | |
| download | qt-creator-48f90a6631b8ccf4a47a12b38dceca473638f4c6.tar.gz | |
Fixes: debugger: compile fix
Diffstat (limited to 'src/plugins/debugger/moduleswindow.cpp')
| -rw-r--r-- | src/plugins/debugger/moduleswindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/moduleswindow.cpp b/src/plugins/debugger/moduleswindow.cpp index c580cfd181..8d87709ead 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); |
