add tkey import and autoshield it

This commit is contained in:
DenioD
2020-10-01 20:45:09 +02:00
parent a08eff75d4
commit f20dd70ede
9 changed files with 119 additions and 63 deletions

View File

@@ -41,6 +41,7 @@ private:
void showInformation(QString info, QString detail = "");
void doRPCSetConnection(Connection* conn);
void doRPCSetConnectionShield(Connection* conn);
QTimer* syncTimer = nullptr;
QAtomicInteger<bool>* isSyncing = nullptr;