summaryrefslogtreecommitdiff
path: root/core/applets/cardmon
Unidiff
Diffstat (limited to 'core/applets/cardmon') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/cardmon/cardmonimpl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/applets/cardmon/cardmonimpl.cpp b/core/applets/cardmon/cardmonimpl.cpp
index 0aa55de..265214e 100644
--- a/core/applets/cardmon/cardmonimpl.cpp
+++ b/core/applets/cardmon/cardmonimpl.cpp
@@ -29,2 +29,4 @@ QRESULT CardMonitorImpl::queryInterface( const QUuid &uuid, QUnknownInterface **
29 *iface = this; 29 *iface = this;
30 } else {
31 return QS_FALSE;
30 } 32 }