Skip to content

Commit dafa013

Browse files
committed
Remove old todo that has no meaning anymore
1 parent 629cfdf commit dafa013

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gui/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,6 @@ int main(int argc, char **argv)
438438

439439
// Create the (Q)Application instance:
440440
QApplication app(argc, argv);
441-
// TODO: Can't set this without breaking current config paths
442-
// setOrganizationName(QLatin1String(APPLICATION_VENDOR));
443441
app.setOrganizationDomain(Theme::instance()->orgDomainName());
444442
app.setApplicationName(Theme::instance()->appName());
445443
app.setWindowIcon(Theme::instance()->applicationIcon());

0 commit comments

Comments
 (0)