summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qsoftkeystack.h
diff options
context:
space:
mode:
authorAlessandro Portale <aportale@trolltech.com>2009-05-27 20:47:19 (GMT)
committerAlessandro Portale <aportale@trolltech.com>2009-05-27 20:47:19 (GMT)
commit8c7098210e6dfa7886d6e33918899a211019b699 (patch)
treece3dc0ea52772b3d2f50f9ebda24886a984771a7 /src/gui/widgets/qsoftkeystack.h
parent51d580aef7fce99a7c531fa35e50637ec8704a5d (diff)
downloadQt-8c7098210e6dfa7886d6e33918899a211019b699.zip
Qt-8c7098210e6dfa7886d6e33918899a211019b699.tar.gz
Qt-8c7098210e6dfa7886d6e33918899a211019b699.tar.bz2
Moved the soft key command relay acrobatics from QApplication to
QSoftKeyStackPrivate. Removed QSoftKeyStack::handleSoftKeyPress and made QSoftKeyStackPrivate::handleSoftKeyPress static, so that it can be called from QApplication.
Diffstat (limited to 'src/gui/widgets/qsoftkeystack.h')
-rw-r--r--src/gui/widgets/qsoftkeystack.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/widgets/qsoftkeystack.h b/src/gui/widgets/qsoftkeystack.h
index 2606bd1..423da66 100644
--- a/src/gui/widgets/qsoftkeystack.h
+++ b/src/gui/widgets/qsoftkeystack.h
@@ -71,8 +71,6 @@ public:
const QSoftkeySet& top();
bool isEmpty();
- void handleSoftKeyPress(int command);
-
static QMainWindow *mainWindowOfWidget(QWidget *widget);
static QSoftKeyStack *softKeyStackOfWidget(QWidget *widget);