From 829b13ec0e4ffb359ab39c16c564719908173ffa Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 27 Jan 2004 18:54:49 +0000 Subject: Another bunch of return QS_FALSE; --- (limited to 'inputmethods/jumpx') diff --git a/inputmethods/jumpx/keyboardimpl.cpp b/inputmethods/jumpx/keyboardimpl.cpp index 34c227f..e75dd5f 100644 --- a/inputmethods/jumpx/keyboardimpl.cpp +++ b/inputmethods/jumpx/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