diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-02-21 14:12:26 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-02-21 14:12:26 -0600 |
| commit | a219eb5d47639cfecc61fd3cf55a5eab35e116dd (patch) | |
| tree | 64b1cc0f32e1ca4bd07cb40a9630d2cf48f20848 /main.cpp | |
| parent | 0064e595c3f5fc8cc47564a839cc310182e07fe0 (diff) | |
| parent | 2c64769a514ec83039bef0db6a8813545d5f4f6e (diff) | |
| download | monzero-gui-a219eb5d47639cfecc61fd3cf55a5eab35e116dd.tar.gz monzero-gui-a219eb5d47639cfecc61fd3cf55a5eab35e116dd.tar.xz monzero-gui-a219eb5d47639cfecc61fd3cf55a5eab35e116dd.zip | |
Merge pull request #1928
2c64769 Add Font-Awesome (xmrdsc)
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()); |
