mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Show application name on the title bar in Qt5.
This commit is contained in:
parent
67de90982b
commit
6e146fc423
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ static void lcRegisterShellFileTypes()
|
|||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication app(argc, argv);
|
||||
app.setApplicationDisplayName("LeoCAD");
|
||||
|
||||
QCoreApplication::setOrganizationDomain("leocad.org");
|
||||
QCoreApplication::setOrganizationName("LeoCAD Software");
|
||||
|
|
Loading…
Reference in a new issue