summary refs log tree commit diff
path: root/src/dbus
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-02-19 23:17:21 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-02-19 23:17:21 +0100
commita1c48893397b4055f2aad1caf46b1d024c3d52ac (patch)
treedf97bf787de6afa492144bcceeead60bc92b975c /src/dbus
parentFix flatpak bundle upload (diff)
downloadnheko-a1c48893397b4055f2aad1caf46b1d024c3d52ac.tar.xz
Remove a few more unused symbols
Diffstat (limited to 'src/dbus')
-rw-r--r--src/dbus/NhekoDBusApi.h2
1 files changed, 1 insertions, 1 deletions
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.