diff options
Diffstat (limited to 'src/dbus/NhekoDBusApi.h')
-rw-r--r-- | src/dbus/NhekoDBusApi.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dbus/NhekoDBusApi.h b/src/dbus/NhekoDBusApi.h index ce265a17..6acb2b65 100644 --- a/src/dbus/NhekoDBusApi.h +++ b/src/dbus/NhekoDBusApi.h @@ -2,8 +2,7 @@ // // SPDX-License-Identifier: GPL-3.0-or-later -#ifndef NHEKODBUSAPI_H -#define NHEKODBUSAPI_H +#pragma once #include <QDBusArgument> #include <QIcon> @@ -99,5 +98,3 @@ const QDBusArgument & operator>>(const QDBusArgument &arg, QImage &); #define NHEKO_DBUS_SERVICE_NAME "im.nheko.Nheko" - -#endif // NHEKODBUSAPI_H |