diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2023-06-27 23:23:08 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2023-06-29 12:57:59 -0400 |
commit | ff4c16c34fc031b113ee366b6787c9d226e68703 (patch) | |
tree | 48157badd0c1697afb837f09002c004ccaf08269 | |
parent | Partially revert alias naming changes in German translation (diff) | |
download | nheko-ff4c16c34fc031b113ee366b6787c9d226e68703.tar.xz |
Remove unneeded forward declaration
-rw-r--r-- | src/MainWindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index 20e81efc..fc06e183 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -34,7 +34,6 @@ namespace dialogs { class CreateRoom; class InviteUsers; class MemberList; -class ReCaptcha; } class NhekoFixupPaletteEventFilter final : public QObject |