Silence compilation warnings in keychain_p.h.
This commit is contained in:
parent
d388400c05
commit
f5a7921530
|
@ -61,9 +61,9 @@ protected Q_SLOTS:
|
|||
virtual void kwalletFinished( QDBusPendingCallWatcher* watcher );
|
||||
virtual void kwalletOpenFinished( QDBusPendingCallWatcher* watcher );
|
||||
#else
|
||||
void kwalletWalletFound(QDBusPendingCallWatcher *watcher) {}
|
||||
virtual void kwalletFinished( QDBusPendingCallWatcher* watcher ) {}
|
||||
virtual void kwalletOpenFinished( QDBusPendingCallWatcher* watcher ) {}
|
||||
void kwalletWalletFound( QDBusPendingCallWatcher* ) {}
|
||||
virtual void kwalletFinished( QDBusPendingCallWatcher* ) {}
|
||||
virtual void kwalletOpenFinished( QDBusPendingCallWatcher* ) {}
|
||||
#endif
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in New Issue