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/multikey') diff --git a/inputmethods/multikey/keyboardimpl.cpp b/inputmethods/multikey/keyboardimpl.cpp index 4cfbcd5..b7908d9 100644 --- a/inputmethods/multikey/keyboardimpl.cpp +++ b/inputmethods/multikey/keyboardimpl.cpp @@ -94,6 +94,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