Skip to content
Snippets Groups Projects
Verified Commit 9c67f05d authored by Joe Donofry's avatar Joe Donofry
Browse files

Use correct styling since my clang format is old

parent 9677eaa0
No related branches found
No related tags found
1 merge request!21Add ability to respond to notifications on macOS
Pipeline #3888 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);
......
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