diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-03-16 01:24:33 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-03-16 01:34:23 +0100 |
commit | 06927cd3c256949fb0622889506cc3bd3a2e286e (patch) | |
tree | 0f1922dd6dd5cdb30dc047d1d77a05e7b88df304 /src/ui/RoomSummary.cpp | |
parent | workaround broken platform dialogs on macos (diff) | |
download | nheko-06927cd3c256949fb0622889506cc3bd3a2e286e.tar.xz |
Include moc files for a tiny speedup on incremental builds
Diffstat (limited to 'src/ui/RoomSummary.cpp')
-rw-r--r-- | src/ui/RoomSummary.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/RoomSummary.cpp b/src/ui/RoomSummary.cpp index a56c228a..edef8339 100644 --- a/src/ui/RoomSummary.cpp +++ b/src/ui/RoomSummary.cpp @@ -95,3 +95,5 @@ RoomSummary::promptJoin() else ChatPage::instance()->joinRoomVia(roomIdOrAlias, vias, true, reason_); } + +#include "moc_RoomSummary.cpp" |