Fix tdesktop 4.15.6 build on OpenBSD

7.5-current with clang 16.0.6 and Qt6 fails, not entirely sure why...
This commit is contained in:
Klemens Nanni 2024-04-03 00:15:45 +03:00 committed by John Preston
parent b09cede008
commit 776e80b4d6
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ namespace Notifications {
namespace {
using namespace gi::repository;
namespace GObject = gi::repository::GObject;
constexpr auto kService = "org.freedesktop.Notifications";
constexpr auto kObjectPath = "/org/freedesktop/Notifications";