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