Use class instead of struct

PR #23255.
This commit is contained in:
Mark Yu
2025-09-14 05:18:44 -04:00
committed by GitHub
parent fcaa95101d
commit 5edaf2cf10

View File

@@ -137,7 +137,7 @@ namespace
}; };
// Option with string value. May not have a shortcut // Option with string value. May not have a shortcut
struct StringOption : protected Option class StringOption : protected Option
{ {
public: public:
explicit constexpr StringOption(const QStringView name) explicit constexpr StringOption(const QStringView name)