2 files changed, 1 insertions, 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 <QQuickImageResponse>
#include <QImage>
-//#include <QThreadPool>
#include <functional>
|