This repository was archived by the owner on Mar 4, 2023. It is now read-only.
Qt 5.9 release
From this version on DataSync is linked against Qt 5.9
Changelist:
- Updated to Qt 5.9
- Classes can now be included by name (i.e. you can use
#include <SyncController>instead of#include <synccontroller.h> - Use QRng for better AES key generation
- Fixed bug where qdatasyncserver would not exit on error if no terminal connected
- Fixed bug where
trigger(Re)SyncWithResultwould not report that syncing finished, if the server is already disconnected and fails to connect again