refactor(app): remove unneeded semicolon

This commit is contained in:
Oleg Shparber 2019-04-09 00:58:09 -04:00
parent 4415920509
commit 79ad7f27dc

View File

@ -171,7 +171,7 @@ void unregisterProtocolHandlers(const QHash<QString, QString> &protocols)
int main(int argc, char *argv[])
{
// Do not allow Qt version lower than the app was compiled with.
QT_REQUIRE_VERSION(argc, argv, QT_VERSION_STR);
QT_REQUIRE_VERSION(argc, argv, QT_VERSION_STR)
QCoreApplication::setApplicationName(QStringLiteral("Zeal"));
QCoreApplication::setApplicationVersion(ZEAL_VERSION);