From d9fe3f3fbdbe578bccfb7d9a2b85a94e7e717fb1 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 25 Sep 2013 12:35:16 +0200 Subject: [PATCH] Fix compilation on OS X --- keychain_p.h | 1 + 1 file changed, 1 insertion(+) diff --git a/keychain_p.h b/keychain_p.h index 31fad8a..e74783c 100644 --- a/keychain_p.h +++ b/keychain_p.h @@ -80,6 +80,7 @@ private Q_SLOTS: void kwalletReadFinished( QDBusPendingCallWatcher* watcher ); #else //moc's too dumb to respect above macros, so just define empty slot implementations private Q_SLOTS: + void kwalletWalletFound( QDBusPendingCallWatcher* ) {} void kwalletOpenFinished( QDBusPendingCallWatcher* ) {} void kwalletEntryTypeFinished( QDBusPendingCallWatcher* ) {} void kwalletReadFinished( QDBusPendingCallWatcher* ) {}