summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qaction.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/qaction.h
parentfb8dccabd68a854c50adfc3f1e77badc3ff50ec8 (diff)
downloadQt-46cb3a09f4eedb2d4c612a6d73e9e0f14237350c.zip
Qt-46cb3a09f4eedb2d4c612a6d73e9e0f14237350c.tar.gz
Qt-46cb3a09f4eedb2d4c612a6d73e9e0f14237350c.tar.bz2
Fixes from code review
Diffstat (limited to 'src/gui/kernel/qaction.h')
-rw-r--r--src/gui/kernel/qaction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qaction.h b/src/gui/kernel/qaction.h
index 6725f42..8791a5c 100644
--- a/src/gui/kernel/qaction.h
+++ b/src/gui/kernel/qaction.h
@@ -96,7 +96,6 @@ public:
EndEditSoftKey, RevertEditSoftKey, DeselectSoftKey, FinishSoftKey,
MenuSoftKey, ContextMenuSoftKey, Key1SoftKey, Key2SoftKey,
Key3SoftKey, Key4SoftKey, CustomSoftKey };
-
explicit QAction(QObject* parent);
QAction(const QString &text, QObject* parent);
QAction(const QIcon &icon, const QString &text, QObject* parent);