summaryrefslogtreecommitdiff
path: root/development/keyview/keyboardimpl.cpp
Unidiff
Diffstat (limited to 'development/keyview/keyboardimpl.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--development/keyview/keyboardimpl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/keyview/keyboardimpl.cpp b/development/keyview/keyboardimpl.cpp
index 673eaa5..0216110 100644
--- a/development/keyview/keyboardimpl.cpp
+++ b/development/keyview/keyboardimpl.cpp
@@ -166,2 +166,4 @@ void KeyboardImpl::onKeyPress( QObject *receiver, const char *slot )
166{ 166{
167 Q_UNUSED( receiver );
168 Q_CONST_UNUSED( slot );
167 //if ( input ) 169 //if ( input )
@@ -178,2 +180,4 @@ QRESULT KeyboardImpl::queryInterface( const QUuid &uuid, QUnknownInterface **ifa
178 *iface = this; 180 *iface = this;
181 else
182 return QS_FALSE;
179 183