Regenerate D-Bus notifications related code

This commit is contained in:
Chocobo1 2021-04-10 15:42:23 +08:00
parent 6777a615d4
commit e18b2ab437
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
4 changed files with 13 additions and 13 deletions

View file

@ -1666,7 +1666,7 @@ void MainWindow::showNotificationBaloon(const QString &title, const QString &msg
{
if (!isNotificationsEnabled()) return;
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MACOS)) && defined(QT_DBUS_LIB)
org::freedesktop::Notifications notifications("org.freedesktop.Notifications",
OrgFreedesktopNotificationsInterface notifications("org.freedesktop.Notifications",
"/org/freedesktop/Notifications",
QDBusConnection::sessionBus());
// Testing for 'notifications.isValid()' isn't helpful here.