summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qsoftkeystack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/qsoftkeystack.cpp')
-rw-r--r--src/gui/widgets/qsoftkeystack.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/widgets/qsoftkeystack.cpp b/src/gui/widgets/qsoftkeystack.cpp
index fc6e107..14daecd 100644
--- a/src/gui/widgets/qsoftkeystack.cpp
+++ b/src/gui/widgets/qsoftkeystack.cpp
@@ -137,3 +137,9 @@ void QSoftKeyStack::handleFocusChanged(QWidget *old, QWidget *now)
QList<QAction*> actions = now->actions();
// Do something with these actions.
}
+
+void QSoftKeyStack::handleSoftKeyPress(int command)
+{
+ Q_D(QSoftKeyStack);
+ d->handleSoftKeyPress(command);
+}