Nodes: fix missing function in header

This commit is contained in:
tobtoht 2021-05-26 21:45:48 +02:00
parent 8ec65d8f07
commit 357a46e7f7
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -36,6 +36,7 @@ public:
private:
void ensureStructure(QJsonObject &obj, NetworkType::Type networkType);
QJsonObject getConfigData();
};
struct FeatherNode {