mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +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();
|
void showChatPage();
|
||||||
|
|
||||||
#ifdef NHEKO_DBUS_SYS
|
#ifdef NHEKO_DBUS_SYS
|
||||||
bool dbusAvailable() const
|
bool dbusAvailable() const { return dbusAvailable_; }
|
||||||
{
|
|
||||||
return dbusAvailable_;
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Q_INVOKABLE void addPerRoomWindow(const QString &room, QWindow *window);
|
Q_INVOKABLE void addPerRoomWindow(const QString &room, QWindow *window);
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
#include <QQuickImageResponse>
|
#include <QQuickImageResponse>
|
||||||
|
|
||||||
#include <QImage>
|
#include <QImage>
|
||||||
//#include <QThreadPool>
|
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue