Index: sources/cloudsync/CloudSyncController.cpp =================================================================== diff -u -r380136967ba230affe91f614a9805319688eb05b -r015a7cea7842d589a11325a989436be342b801ef --- sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision 380136967ba230affe91f614a9805319688eb05b) +++ sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision 015a7cea7842d589a11325a989436be342b801ef) @@ -81,6 +81,15 @@ // disabled coco end /*! + * \brief CloudSyncController::doRegister + * \details Send the register device command. + */ +void CloudSyncController::doRegister() +{ + sendDeviceRegister(); +} + +/*! * \brief CloudSyncController::initConnections * \details Initializes the required signal/slot connection between this class and other objects * to be able to communicate.