mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 16:50:48 +02:00
fix
This commit is contained in:
parent
31833adf5c
commit
1784b33f7f
@ -59,6 +59,7 @@ public:
|
|||||||
qint64 lastSync() const;
|
qint64 lastSync() const;
|
||||||
void setlastSync(const qint64 &lastSync);
|
void setlastSync(const qint64 &lastSync);
|
||||||
|
|
||||||
|
bool isValid();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Q_SLOT void areDataReady();
|
Q_SLOT void areDataReady();
|
||||||
@ -79,7 +80,6 @@ private:
|
|||||||
|
|
||||||
bool checkRequest(const std::shared_ptr<serversdk::Request> &request);
|
bool checkRequest(const std::shared_ptr<serversdk::Request> &request);
|
||||||
|
|
||||||
bool isValid();
|
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void downloadDataFinished(std::shared_ptr<Data> = std::shared_ptr<Data>());
|
void downloadDataFinished(std::shared_ptr<Data> = std::shared_ptr<Data>());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user