obs-studio/frontend/oauth
Ryan Foster e187f9acee Revert "UI: Work around Qt dock restore crash"
This reverts commit 3dcf68f8ed.

The bug that this was meant to work around was most likely QTBUG-102718,
which was fixed in Qt 6.2.5, 6.3.1, and 6.4.0. The minimum version of Qt
we currently support is Qt 6.4.2 because it is what is available on
Ubuntu 24.04. Thus, we should not need this workaround now.

https://bugreports.qt.io/browse/QTBUG-102718
2025-08-25 18:50:16 -04:00
..
Auth.cpp frontend: Add renamed OAuth implementation 2025-01-08 15:36:55 +01:00
Auth.hpp frontend: Add renamed OAuth implementation 2025-01-08 15:36:55 +01:00
AuthListener.cpp frontend: Add renamed OAuth implementation 2025-01-08 15:36:55 +01:00
AuthListener.hpp frontend: Add renamed OAuth implementation 2025-01-08 15:36:55 +01:00
OAuth.cpp frontend: Split OAuth implementation into single files per C++ class 2025-01-08 15:36:55 +01:00
OAuth.hpp frontend: Split OAuth implementation into single files per C++ class 2025-01-08 15:36:55 +01:00
RestreamAuth.cpp Revert "UI: Work around Qt dock restore crash" 2025-08-25 18:50:16 -04:00
RestreamAuth.hpp frontend: Add renamed OAuth implementation 2025-01-08 15:36:55 +01:00
TwitchAuth.cpp Revert "UI: Work around Qt dock restore crash" 2025-08-25 18:50:16 -04:00
TwitchAuth.hpp frontend: Add renamed OAuth implementation 2025-01-08 15:36:55 +01:00
YoutubeAuth.cpp Revert "UI: Work around Qt dock restore crash" 2025-08-25 18:50:16 -04:00
YoutubeAuth.hpp frontend: Split OAuth implementation into single files per C++ class 2025-01-08 15:36:55 +01:00