Skip to content

Commit

Permalink
refactor(app): remove unneeded semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Apr 9, 2019
1 parent 4415920 commit 79ad7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 79ad7f2

Please sign in to comment.