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:
2608c70
)
Fix Qt4 build
author
Robin Geuze
<robing@transip.nl>
Mon, 30 May 2016 07:55:45 +0000
(09:55 +0200)
committer
Robin Geuze
<robing@transip.nl>
Mon, 30 May 2016 07:55:45 +0000
(09:55 +0200)
src/libsync/owncloudpropagator.h
patch
|
blob
|
history
diff --git
a/src/libsync/owncloudpropagator.h
b/src/libsync/owncloudpropagator.h
index 6dcfd565e45dcc40d0a3157151b6e6f97dfd41f7..7c0a03a2be840debd35983fef1e59f86763fb38d 100644
(file)
--- a/
src/libsync/owncloudpropagator.h
+++ b/
src/libsync/owncloudpropagator.h
@@
-388,6
+388,7
@@
private:
#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
// access to signals which are protected in Qt4
friend class PropagateDownloadFileQNAM;
+ friend class PropagateUploadFileQNAM;
#endif
};