Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-03-22 17:01:48 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2022-03-22 17:01:48 +0300
commitd6cc9dc037988bb3acd3895837c0345b487711c9 (patch)
tree3b9801069665051a43bdf2bccc2493dc00e642af /src/gui/application.cpp
parentb01835a3dbf4e239f238cd75933839b43b0007c1 (diff)
parent994cb79d2a6839c5cedee8aaad7b95963f035a14 (diff)
Merge remote-tracking branch 'origin/2.10'
Diffstat (limited to 'src/gui/application.cpp')
-rw-r--r--src/gui/application.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/application.cpp b/src/gui/application.cpp
index a19fb5bd9..4909d2e1e 100644
--- a/src/gui/application.cpp
+++ b/src/gui/application.cpp
@@ -236,7 +236,6 @@ Application::Application(int &argc, char **argv)
addLibraryPath(QDir(QApplication::applicationDirPath()).filePath(QStringLiteral(OC_PLUGIN_DIR)));
#endif
#endif
-
// TODO: Can't set this without breaking current config paths
// setOrganizationName(QLatin1String(APPLICATION_VENDOR));
setOrganizationDomain(QLatin1String(APPLICATION_REV_DOMAIN));