mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 13:00:41 +02:00
fix build
This commit is contained in:
parent
c5cff0f216
commit
b8785b4bcd
@ -25,7 +25,7 @@ public:
|
||||
bool executeQuery(QSqlQuery &query, const QString &statement = QString());
|
||||
|
||||
std::shared_ptr<Data> downloadData();
|
||||
void processData(const std::shared_ptr<Data> &data);
|
||||
bool processData(const std::shared_ptr<Data> &data);
|
||||
qint64 getLastSync();
|
||||
void setLastSync(qint64 timestamp);
|
||||
void setLastUpdate(const QHash<QString, std::shared_ptr<Token> > &tokens);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user