mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix linting
This commit is contained in:
parent
7ec842ba51
commit
b2b2932c98
2 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue