QtDataSync  4.2.0
A simple offline-first synchronisation framework, to synchronize data of Qt applications between devices
qqmliossyncsingleton.h
1 #ifndef QQMLIOSSYNCSINGLETON_H
2 #define QQMLIOSSYNCSINGLETON_H
3 
4 #include <QtCore/QObject>
5 
6 #include <QtDataSyncIos/IosSyncDelegate>
7 
8 #ifdef DOXYGEN_RUN
10 
19 #else
20 namespace QtDataSync {
21 
22 class QQmlIosSyncSingleton : public QObject
23 #endif
24 {
25  Q_OBJECT
26 
27 public:
29  explicit QQmlIosSyncSingleton(QObject *parent = nullptr);
30 
32  Q_INVOKABLE QtDataSync::IosSyncDelegate *delegate() const;
33 };
34 
35 }
36 
37 #endif // QQMLIOSSYNCSINGLETON_H
The QML import for the QtDataSync QML module.
Q_INVOKABLE QtDataSync::IosSyncDelegate * delegate() const
Returns the currently registered sync delegate.
A helper class to perform background synchronization on Ios.
The QML bindings for the static methods of of QtDataSync::EventCursor.
The primary namespace of the QtDataSync library.