diff options
author | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-08 10:00:42 (GMT) |
---|---|---|
committer | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-08 10:00:42 (GMT) |
commit | fb8dccabd68a854c50adfc3f1e77badc3ff50ec8 (patch) | |
tree | 25c9c03f81d557157f03fe1087454dc0ce62137e | |
parent | 5b0f60b7eae6daac9ef45726cdc8cde18bcb69f9 (diff) | |
download | Qt-fb8dccabd68a854c50adfc3f1e77badc3ff50ec8.zip Qt-fb8dccabd68a854c50adfc3f1e77badc3ff50ec8.tar.gz Qt-fb8dccabd68a854c50adfc3f1e77badc3ff50ec8.tar.bz2 |
Removed QSoftkeySet as it wasn't used anymore
-rw-r--r-- | src/gui/kernel/qwidget_s60.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/kernel/qwidget_s60.cpp b/src/gui/kernel/qwidget_s60.cpp index cb2fc8f..858320c 100644 --- a/src/gui/kernel/qwidget_s60.cpp +++ b/src/gui/kernel/qwidget_s60.cpp @@ -61,9 +61,7 @@ extern bool qt_nograb(); QWidget *QWidgetPrivate::mouseGrabber = 0; QWidget *QWidgetPrivate::keyboardGrabber = 0; -#define QSoftkeySet QList <QAction*> - -static void mapSoftKeys(const QSoftkeySet &softkeys) +static void mapSoftKeys(const QList <QAction*> &softkeys) { /* if (softkeys.count() == 1 && softkeys.at(0)->menuRole()==QAction::MenuSoftKey) { softkeys.at(0)->setNativePosition(0); |