summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2023-06-27 23:23:08 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2023-06-29 12:57:59 -0400
commitff4c16c34fc031b113ee366b6787c9d226e68703 (patch)
tree48157badd0c1697afb837f09002c004ccaf08269 /src
parentPartially revert alias naming changes in German translation (diff)
downloadnheko-ff4c16c34fc031b113ee366b6787c9d226e68703.tar.xz
Remove unneeded forward declaration
Diffstat (limited to 'src')
-rw-r--r--src/MainWindow.h1
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