Make more types (Callable, Signal) conversion to String explicit.

This commit is contained in:
Lukas Tenbrink
2025-06-10 23:55:35 +02:00
parent ca1e4785b2
commit d2f9d31270
5 changed files with 8 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ class TranslationServer : public Object {
(p_locale.variant == variant);
}
operator String() const;
explicit operator String() const;
Locale(const TranslationServer &p_server, const String &p_locale, bool p_add_defaults);
};