From b2b2932c98a31e715ead5b8ca7782270cb4d472e Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
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 780e14e63..996d292c0 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 5d8330aaa..dff4743e8 100644
--- a/src/MxcImageProvider.h
+++ b/src/MxcImageProvider.h
@@ -9,7 +9,6 @@
 #include <QQuickImageResponse>
 
 #include <QImage>
-//#include <QThreadPool>
 
 #include <functional>
 
-- 
GitLab