+ support user template parameter file for branding

This commit is contained in:
wmayer
2015-07-11 12:46:55 +02:00
parent 66de19b162
commit 7bd6dccac7
2 changed files with 16 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ Branding::Branding()
filter.push_back("ExeName");
filter.push_back("ExeVendor");
filter.push_back("NavigationStyle");
filter.push_back("UserParameterTemplate");
}
bool Branding::readFile(const QString& fn)