aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authordsc <xmrdsc@protonmail.com>2019-02-01 17:57:30 +0100
committerdsc <xmrdsc@protonmail.com>2019-02-01 18:18:06 +0100
commit2c64769a514ec83039bef0db6a8813545d5f4f6e (patch)
tree6b2570e47bf5e843c5933373fbcbf71c4c3f6560 /main.cpp
parentc7f3deb5cc5e68891154c14275fd5dfe6bdd0a71 (diff)
downloadmonzero-gui-2c64769a514ec83039bef0db6a8813545d5f4f6e.tar.gz
monzero-gui-2c64769a514ec83039bef0db6a8813545d5f4f6e.tar.xz
monzero-gui-2c64769a514ec83039bef0db6a8813545d5f4f6e.zip
Add Font-Awesome
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 69dca900..77791cc7 100644
--- a/main.cpp
+++ b/main.cpp
@@ -234,6 +234,8 @@ int main(int argc, char *argv[])
OSHelper osHelper;
engine.rootContext()->setContextProperty("oshelper", &osHelper);
+ engine.addImportPath(":/fonts");
+
engine.rootContext()->setContextProperty("walletManager", WalletManager::instance());
engine.rootContext()->setContextProperty("translationManager", TranslationManager::instance());