aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
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());