diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-06 19:02:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-06 19:02:11 +0300 |
commit | 5007515135c05104a6b0e5b7991de310f53ce8ce (patch) | |
tree | cafecb9e445a5d1da67a47a8e1cc2de31c430e89 /src/units.h | |
parent | cc2142b0daaddbe76f4ba139c7d953f8beb0dd72 (diff) | |
download | plus-5007515135c05104a6b0e5b7991de310f53ce8ce.tar.gz plus-5007515135c05104a6b0e5b7991de310f53ce8ce.tar.bz2 plus-5007515135c05104a6b0e5b7991de310f53ce8ce.tar.xz plus-5007515135c05104a6b0e5b7991de310f53ce8ce.zip |
add support for include in units.xml.
Diffstat (limited to 'src/units.h')
-rw-r--r-- | src/units.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/units.h b/src/units.h index 84ad177cd..18a3bd3a2 100644 --- a/src/units.h +++ b/src/units.h @@ -37,6 +37,8 @@ class Units final */ static void loadUnits(); + static void loadXmlFile(const std::string &fileName); + /** * Formats the given number in the correct currency format. */ |