Skip to content
Snippets Groups Projects
Verified Commit b2b2932c authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix linting

parent 7ec842ba
No related branches found
No related tags found
No related merge requests found
Pipeline #3741 passed
......@@ -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);
......
......@@ -9,7 +9,6 @@
#include <QQuickImageResponse>
#include <QImage>
//#include <QThreadPool>
#include <functional>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment