From c1d5883af9da5682d98d34bb17181195e9bf107d Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Wed, 27 Jan 2021 20:09:45 +0100 Subject: [PATCH] Add missing semicolon --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index a8762d280..fdc7cca3b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -84,7 +84,7 @@ int main(int argc, char *argv[]) QApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("org.kde.neochat"))); #ifdef HAVE_KDBUSADDONS - KDBusService service(KDBusService::Unique) + KDBusService service(KDBusService::Unique); #endif #ifdef NEOCHAT_FLATPAK