From 357a46e7f7d636fdbc676f6253d59b96fb29c664 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 26 May 2021 21:45:48 +0200 Subject: [PATCH] Nodes: fix missing function in header --- src/utils/nodes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/nodes.h b/src/utils/nodes.h index 66b79f8..ce60584 100644 --- a/src/utils/nodes.h +++ b/src/utils/nodes.h @@ -36,6 +36,7 @@ public: private: void ensureStructure(QJsonObject &obj, NetworkType::Type networkType); + QJsonObject getConfigData(); }; struct FeatherNode {