From b2b2932c98a31e715ead5b8ca7782270cb4d472e Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 1 Oct 2022 15:26:33 +0200 Subject: [PATCH] Fix linting --- src/MainWindow.h | 5 +---- src/MxcImageProvider.h | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/MainWindow.h b/src/MainWindow.h index 780e14e6..996d292c 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -57,10 +57,7 @@ public: void showChatPage(); #ifdef NHEKO_DBUS_SYS - bool dbusAvailable() const - { - return dbusAvailable_; - } + bool dbusAvailable() const { return dbusAvailable_; } #endif Q_INVOKABLE void addPerRoomWindow(const QString &room, QWindow *window); diff --git a/src/MxcImageProvider.h b/src/MxcImageProvider.h index 5d8330aa..dff4743e 100644 --- a/src/MxcImageProvider.h +++ b/src/MxcImageProvider.h @@ -9,7 +9,6 @@ #include #include -//#include #include