summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-10-01 15:26:33 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-10-01 15:26:33 +0200
commitb2b2932c98a31e715ead5b8ca7782270cb4d472e (patch)
tree7b8b659264a41a6f4cfe20b680d20122492927c1 /src
parentReplace some user visible mentions of spaces (diff)
downloadnheko-b2b2932c98a31e715ead5b8ca7782270cb4d472e.tar.xz
Fix linting
Diffstat (limited to 'src')
-rw-r--r--src/MainWindow.h5
-rw-r--r--src/MxcImageProvider.h1
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>