mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 13:10:45 +02:00
removing error ( cppcheck complains anyway )
This commit is contained in:
parent
9f1d0dbc55
commit
6c9f061153
@ -153,7 +153,6 @@ qint64 DatabaseAPI::getNow()
|
||||
if (!executeQuery(query, "SELECT EXTRACT(EPOCH FROM NOW())*1000")) {
|
||||
qCritical(database) << "ERROR during getting acctual time from db";
|
||||
return -1;
|
||||
emit error();
|
||||
}
|
||||
query.next();
|
||||
return query.value(0).toLongLong();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user