summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectnode_p.h
diff options
context:
space:
mode:
authorBrett Stottlemyer <bstottle@ford.com>2015-11-29 10:33:02 -0600
committerBrett Stottlemyer <bstottle@ford.com>2015-11-30 15:54:44 +0000
commit5cd81f0e152ca3132cd2cbde9fe3331d379d9b0c (patch)
tree66ba76a9924124beb2c5f777560975a8ba0e29a6 /src/remoteobjects/qremoteobjectnode_p.h
parentc482cfcf337d55a95f93058bf6b48eac9c011a1c (diff)
Fix handling of invalid urls
Unhappy paths for invalid urls cleaned up. Change-Id: I8b979f00cc7bd108cf342980201b3a09b5a82763 Reviewed-by: Brett Stottlemyer <bstottle@ford.com> Reviewed-by: Kevin Funk <kevin.funk@kdab.com> Reviewed-by: Continuous Integration (KDAB) <build@kdab.com> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/remoteobjects/qremoteobjectnode_p.h')
-rw-r--r--src/remoteobjects/qremoteobjectnode_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remoteobjects/qremoteobjectnode_p.h b/src/remoteobjects/qremoteobjectnode_p.h
index e5aed53..0f6b688 100644
--- a/src/remoteobjects/qremoteobjectnode_p.h
+++ b/src/remoteobjects/qremoteobjectnode_p.h
@@ -78,7 +78,7 @@ public:
void connectReplica(QObject *object, QRemoteObjectReplica *instance);
void openConnectionIfNeeded(const QString &name);
- void initConnection(const QUrl &address);
+ bool initConnection(const QUrl &address);
bool hasInstance(const QString &name);
void setRegistry(QRemoteObjectRegistry *);