mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-27 21:48:48 +03:00
undo linter disagreement
This commit is contained in:
parent
7ed278af96
commit
856226e9e8
1 changed files with 1 additions and 4 deletions
|
@ -58,10 +58,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);
|
||||
|
|
Loading…
Reference in a new issue