From 267cbd7dad226baa68b5dd34c48ad08f3d24b9fa Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 26 Dec 2018 01:14:19 +0100 Subject: [PATCH] Document SyncthingConnection::readDevRejected() --- connector/syncthingconnection_requests.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/connector/syncthingconnection_requests.cpp b/connector/syncthingconnection_requests.cpp index 3c3f2f2..9813513 100644 --- a/connector/syncthingconnection_requests.cpp +++ b/connector/syncthingconnection_requests.cpp @@ -1452,6 +1452,9 @@ void SyncthingConnection::readDirRejected(DateTime eventTime, const QString &dir emit newDirAvailable(eventTime, devId, device, dirId, dirLabel); } +/*! + * \brief Reads data from "DeviceRejected"-event. + */ void SyncthingConnection::readDevRejected(DateTime eventTime, const QString &devId, const QJsonObject &eventData) { // ignore if dev has already been added