We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629cfdf commit dafa013Copy full SHA for dafa013
src/gui/main.cpp
@@ -438,8 +438,6 @@ int main(int argc, char **argv)
438
439
// Create the (Q)Application instance:
440
QApplication app(argc, argv);
441
- // TODO: Can't set this without breaking current config paths
442
- // setOrganizationName(QLatin1String(APPLICATION_VENDOR));
443
app.setOrganizationDomain(Theme::instance()->orgDomainName());
444
app.setApplicationName(Theme::instance()->appName());
445
app.setWindowIcon(Theme::instance()->applicationIcon());
0 commit comments