Make more types (Callable, Signal) conversion to String explicit.
This commit is contained in:
parent
ca1e4785b2
commit
d2f9d31270
5 changed files with 8 additions and 6 deletions
|
|
@ -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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue