mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-29 00:30:12 +01:00
Dont set org name.
This commit is contained in:
parent
0d7e057651
commit
5c6c41d6e7
@ -100,11 +100,6 @@ int main(int argc, char *argv[]) {
|
||||
// These settings needs to be set before any QSettings object.
|
||||
Application::setApplicationName(APP_NAME);
|
||||
Application::setApplicationVersion(APP_VERSION);
|
||||
|
||||
#if !defined(Q_OS_LINUX)
|
||||
Application::setOrganizationName(APP_AUTHOR);
|
||||
#endif
|
||||
|
||||
Application::setOrganizationDomain(APP_URL);
|
||||
Application::setWindowIcon(QIcon(APP_ICON_PATH));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user