diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-19 23:17:21 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-19 23:17:21 +0100 |
commit | a1c48893397b4055f2aad1caf46b1d024c3d52ac (patch) | |
tree | df97bf787de6afa492144bcceeead60bc92b975c /src/dbus | |
parent | Fix flatpak bundle upload (diff) | |
download | nheko-a1c48893397b4055f2aad1caf46b1d024c3d52ac.tar.xz |
Remove a few more unused symbols
Diffstat (limited to 'src/dbus')
-rw-r--r-- | src/dbus/NhekoDBusApi.h | 2 |
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. |