generic: misc clenaups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2016-09-12 02:45:28 +00:00
parent 2926aeea60
commit 2fbe0dd942
2 changed files with 3 additions and 2 deletions

View file

@ -77,7 +77,7 @@ class KWalletD : public QObject, protected QDBusContext {
int close(int handle, bool force, const QString& appid);
// Save to disk but leave open
Q_NOREPLY void sync(int handle, const QString& appid);
void sync(int handle, const QString& appid);
// Physically deletes the wallet from disk.
int deleteWallet(const QString& wallet);

View file

@ -24,7 +24,8 @@
#include <QtCore/QObject>
#include <QtCore/QHash>
#include <QtCore/qsharedpointer.h>
#include <QtCore/QSharedPointer>
#include <QtCore/QVariant>
#include <QtDBus/QDBusContext>
#include <QtDBus/QDBusUnixFileDescriptor>