diff options
author | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-08 15:08:26 (GMT) |
---|---|---|
committer | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-08 15:08:26 (GMT) |
commit | 46cb3a09f4eedb2d4c612a6d73e9e0f14237350c (patch) | |
tree | d318fadf80d53e6bdf5f9c546417122785d1c9a4 /src/gui/kernel/qwidget.h | |
parent | fb8dccabd68a854c50adfc3f1e77badc3ff50ec8 (diff) | |
download | Qt-46cb3a09f4eedb2d4c612a6d73e9e0f14237350c.zip Qt-46cb3a09f4eedb2d4c612a6d73e9e0f14237350c.tar.gz Qt-46cb3a09f4eedb2d4c612a6d73e9e0f14237350c.tar.bz2 |
Fixes from code review
Diffstat (limited to 'src/gui/kernel/qwidget.h')
-rw-r--r-- | src/gui/kernel/qwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget.h b/src/gui/kernel/qwidget.h index 36a30ac..3f9caee 100644 --- a/src/gui/kernel/qwidget.h +++ b/src/gui/kernel/qwidget.h @@ -555,7 +555,7 @@ public: QList<QAction*> actions() const; #endif const QList<QAction*>& softKeys() const; - void setSoftKeys(QAction *softKey); + void setSoftKey(QAction *softKey); void setSoftKeys(const QList<QAction*> &softKeys); QWidget *parentWidget() const; |