Use Application::getExecutableName() instead of Config()["ExeName"]
This commit is contained in:
@@ -1568,7 +1568,7 @@ void Material::save(QTextStream& stream, bool overwrite, bool saveAsCopy, bool s
|
||||
}
|
||||
|
||||
stream << "---\n";
|
||||
stream << "# File created by " << QString::fromStdString(App::Application::Config()["ExeName"])
|
||||
stream << "# File created by " << QString::fromStdString(App::Application::getExecutableName())
|
||||
<< " " << QString::fromStdString(App::Application::Config()["ExeVersion"])
|
||||
<< " Revision: " << QString::fromStdString(App::Application::Config()["BuildRevision"])
|
||||
<< "\n";
|
||||
|
||||
Reference in New Issue
Block a user