projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9948fed
)
Use accountfwd header for account forward declaration in account header itself, preve...
author
Claudio Cambra
<claudio.cambra@nextcloud.com>
Tue, 25 Jun 2024 10:35:57 +0000
(18:35 +0800)
committer
Claudio Cambra
<claudio.cambra@nextcloud.com>
Wed, 26 Jun 2024 07:36:35 +0000
(15:36 +0800)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/libsync/account.h
patch
|
blob
|
history
diff --git
a/src/libsync/account.h
b/src/libsync/account.h
index b7702e525fdf8ee3f6daf1a819f304f9924a83a6..0ac43606c0d61af7ef5f5c16174bcf61dd5784e0 100644
(file)
--- a/
src/libsync/account.h
+++ b/
src/libsync/account.h
@@
-31,6
+31,7
@@
#include <QPixmap>
#endif
+#include "accountfwd.h"
#include "capabilities.h"
#include "clientsideencryption.h"
#include "clientstatusreporting.h"
@@
-53,8
+54,6
@@
class ReadPasswordJob;
namespace OCC {
class AbstractCredentials;
-class Account;
-using AccountPtr = QSharedPointer<Account>;
class AccessManager;
class SimpleNetworkJob;
class PushNotifications;