Merge pull request #19 from danimo/master

Fix compilation on OS X
This commit is contained in:
Frank Osterfeld 2013-09-25 04:32:02 -07:00
commit 6747027ce7
1 changed files with 1 additions and 0 deletions

View File

@ -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* ) {}