summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qconnectionfactories.cpp
diff options
context:
space:
mode:
authorKevin Funk <kevin.funk.ford@kdab.com>2017-10-05 12:56:03 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-10-06 14:37:41 +0000
commited2544b8fc624358b6c7d9239dd5fcddd9afbf51 (patch)
treebbaad99fc7b8427b296785c21c5cfb958e7ab2bc /src/remoteobjects/qconnectionfactories.cpp
parent2ca57e70ea0ae8593b6b896ea2f34c0150f9afe6 (diff)
Dissolve qconnectionfactories.h, make private
Make API previously exposed in qconnectionfactories.h private. It is only useful for backend implementations, and we recommend to develop backend implementations in-tree. Change-Id: I868b788ebefce9bc27f43376f619c6705b44afd5 Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to 'src/remoteobjects/qconnectionfactories.cpp')
-rw-r--r--src/remoteobjects/qconnectionfactories.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remoteobjects/qconnectionfactories.cpp b/src/remoteobjects/qconnectionfactories.cpp
index c0bd46d..fca89e2 100644
--- a/src/remoteobjects/qconnectionfactories.cpp
+++ b/src/remoteobjects/qconnectionfactories.cpp
@@ -37,7 +37,7 @@
**
****************************************************************************/
-#include "qconnectionfactories.h"
+#include "qconnectionfactories_p.h"
#include "qconnectionfactories_p.h"
// BEGIN: Backends