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/dasher/QtDasherImpl.cc') diff --git a/inputmethods/dasher/QtDasherImpl.cc b/inputmethods/dasher/QtDasherImpl.cc index 55c21b1..9513802 100644 --- a/inputmethods/dasher/QtDasherImpl.cc +++ b/inputmethods/dasher/QtDasherImpl.cc @@ -71,6 +71,8 @@ QRESULT QtDasherImpl::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