From 829b13ec0e4ffb359ab39c16c564719908173ffa Mon Sep 17 00:00:00 2001
From: zecke <zecke>
Date: Tue, 27 Jan 2004 18:54:49 +0000
Subject: Another bunch of return QS_FALSE;

---
(limited to 'inputmethods/kjumpx')

diff --git a/inputmethods/kjumpx/keyboardimpl.cpp b/inputmethods/kjumpx/keyboardimpl.cpp
index 976d816..54fe36e 100644
--- a/inputmethods/kjumpx/keyboardimpl.cpp
+++ b/inputmethods/kjumpx/keyboardimpl.cpp
@@ -84,6 +84,8 @@ QRESULT KeyboardImpl::queryInterface( const QUuid &uuid, QUnknownInterface **ifa
 	*iface = this;
     else if ( uuid == IID_InputMethod )
 	*iface = this;
+    else
+	return QS_FALSE;
 
     if ( *iface )
 	(*iface)->addRef();
--
cgit v0.9.0.2