refactor: remove unused includes and don't set Tox as organization

Having "Tox" as Organization results in all standard paths being "Tox/
qTox" instead of "qTox". Since there is no such thing as "Tox"
organization I removed it.
reviewable/pr5404/r7
sudden6 2018-10-15 11:05:15 +02:00
parent 71d1fa6f24
commit 5033fc3f5d
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
4 changed files with 0 additions and 4 deletions

View File

@ -173,7 +173,6 @@ int main(int argc, char* argv[])
#if QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)
a->setDesktopFileName("io.github.qtox.qTox");
#endif
a->setOrganizationName("Tox");
a->setApplicationVersion("\nGit commit: " + QString(GIT_VERSION));
// Install Unicode 6.1 supporting font

View File

@ -26,7 +26,6 @@
#include <QFont>
#include <QMessageBox>
#include <QRegularExpressionValidator>
#include <QStandardPaths>
#include <QStyleFactory>
#include <QTime>
#include <QVector>

View File

@ -26,7 +26,6 @@
#include <QDir>
#include <QFile>
#include <QMutex>
#include <QStandardPaths>
#include <memory>
#include <windows.h>

View File

@ -28,7 +28,6 @@
#include <QMetaObject>
#include <QProcess>
#include <QSettings>
#include <QStandardPaths>
#include "update.h"