From a1c48893397b4055f2aad1caf46b1d024c3d52ac Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 19 Feb 2023 23:17:21 +0100 Subject: Remove a few more unused symbols --- src/dbus/NhekoDBusApi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dbus') diff --git a/src/dbus/NhekoDBusApi.h b/src/dbus/NhekoDBusApi.h index 0cd64685..a96f431e 100644 --- a/src/dbus/NhekoDBusApi.h +++ b/src/dbus/NhekoDBusApi.h @@ -19,7 +19,7 @@ init(); //! The nheko D-Bus API version provided by this file. The API version number follows semantic //! versioning as defined by https://semver.org. -const QVersionNumber dbusApiVersion{1, 0, 1}; +inline const QVersionNumber dbusApiVersion{1, 0, 1}; //! Compare the installed Nheko API to the version that your client app targets to see if they //! are compatible. -- cgit 1.5.1