diff options
| author | dsc <xmrdsc@protonmail.com> | 2019-02-01 17:57:30 +0100 |
|---|---|---|
| committer | dsc <xmrdsc@protonmail.com> | 2019-02-01 18:18:06 +0100 |
| commit | 2c64769a514ec83039bef0db6a8813545d5f4f6e (patch) | |
| tree | 6b2570e47bf5e843c5933373fbcbf71c4c3f6560 /main.cpp | |
| parent | c7f3deb5cc5e68891154c14275fd5dfe6bdd0a71 (diff) | |
| download | monzero-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.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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()); |
