diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-25 14:09:52 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-25 14:09:52 (GMT) |
commit | 312a25f2708fcef22e300f7bd2c1aaed61d3095d (patch) | |
tree | 9e172f8db53d847f45101dae536ed5b059ba655b /tests/csgtestcore.cc | |
parent | d71ec2a3dbdac8e6b1c2c114d439d9caccff1fa2 (diff) |
Removed Qt dependency from parser_init()
Diffstat (limited to 'tests/csgtestcore.cc')
-rw-r--r-- | tests/csgtestcore.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/csgtestcore.cc b/tests/csgtestcore.cc index 4cb612a..2406349 100644 --- a/tests/csgtestcore.cc +++ b/tests/csgtestcore.cc @@ -255,7 +255,7 @@ int csgtestcore(int argc, char *argv[], test_type_e test_type) std::string currentdir = fs::current_path().generic_string(); - parser_init(); + parser_init(QApplication::instance()->applicationDirPath().toStdString()); Context root_ctx; register_builtin(root_ctx); |