diff options
author | Jedi18 <targetakhil@gmail.com> | 2021-02-13 23:59:42 +0530 |
---|---|---|
committer | Jedi18 <targetakhil@gmail.com> | 2021-02-13 23:59:42 +0530 |
commit | 1a406f79e6c7f673172c07da30ab958e980d919c (patch) | |
tree | 7f49a3ac1c0593aa672ab2230e0ec8034a26faa1 /src/MainWindow.h | |
parent | added togglebutton styling (diff) | |
download | nheko-1a406f79e6c7f673172c07da30ab958e980d919c.tar.xz |
replaced with togglebutton using qtquickcontrols2
Diffstat (limited to 'src/MainWindow.h')
-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 5c2df8b6..4a8ea642 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -54,7 +54,6 @@ class LeaveRoom; class Logout; class MemberList; class ReCaptcha; -class RoomSettingsOld; } class MainWindow : public QMainWindow |