summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.h
diff options
context:
space:
mode:
authorMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-08 15:08:26 (GMT)
committerMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-08 15:08:26 (GMT)
commit46cb3a09f4eedb2d4c612a6d73e9e0f14237350c (patch)
treed318fadf80d53e6bdf5f9c546417122785d1c9a4 /src/gui/kernel/qwidget.h
parentfb8dccabd68a854c50adfc3f1e77badc3ff50ec8 (diff)
downloadQt-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.h2
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;