diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/GuiClient/mainDialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/GuiClient/mainDialog.cpp b/examples/GuiClient/mainDialog.cpp index 5ec06900..e7d2803c 100644 --- a/examples/GuiClient/mainDialog.cpp +++ b/examples/GuiClient/mainDialog.cpp @@ -310,7 +310,8 @@ void mainDialog::keyPressEvent(QKeyEvent* event1) event1->ignore(); return; } -#ifdef Q_WS_MAC +// FIXME: I'm not sure what this is supposed to do, but it does not compile. +#if 0 else if(minimize && e->modifiers() == Qt::ControlModifier && e->key() == Qt::Key_Period) { event1->ignore(); |
