KDSingleApplicationLocalSocket: Remove extra semicolon

This commit is contained in:
Jonas Kvinge 2023-06-14 23:10:50 +02:00
parent 1deacaecf9
commit 841a44a18e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ static constexpr auto LOCALSOCKET_CONNECTION_TIMEOUT = std::chrono::seconds(5);
static constexpr char LOCALSOCKET_PROTOCOL_VERSION = 2;
} // namespace
Q_LOGGING_CATEGORY(kdsaLocalSocket, "kdsingleapplication.localsocket", QtWarningMsg);
Q_LOGGING_CATEGORY(kdsaLocalSocket, "kdsingleapplication.localsocket", QtWarningMsg)
KDSingleApplicationLocalSocket::KDSingleApplicationLocalSocket(const QString &name, QObject *parent)
: QObject(parent)