mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: misc clenaups
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
2926aeea60
commit
2fbe0dd942
2 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue