Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Qt 5.9 release

Choose a tag to compare

@Skycoder42 Skycoder42 released this 05 Jun 14:56
· 645 commits to master since this 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)SyncWithResult would not report that syncing finished, if the server is already disconnected and fails to connect again