forked from quickshell/quickshell
all: fix clang 18 lints
This commit is contained in:
parent
e957e88ccb
commit
2571766d3b
27 changed files with 47 additions and 35 deletions
|
@ -124,7 +124,7 @@ void NotificationServer::tryRegister() {
|
|||
}
|
||||
void NotificationServer::onServiceUnregistered(const QString& /*unused*/) {
|
||||
qCDebug(logNotifications) << "Active notification server unregistered, attempting registration";
|
||||
this->tryRegister();
|
||||
NotificationServer::tryRegister();
|
||||
}
|
||||
|
||||
void NotificationServer::CloseNotification(uint id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue