Deprecate old wxFont(int, int, int, int) ctor in wxQt

It might be better to just remove it completely as legacy code is
unlikely to be built with wxQt, but for now at least deprecate it to
make this consistent with the other ports.
This commit is contained in:
Vadim Zeitlin
2018-09-14 00:05:44 +02:00
parent de7ab2a45f
commit 11c6009f68

View File

@@ -32,6 +32,7 @@ public:
const wxString& face = wxEmptyString,
wxFontEncoding encoding = wxFONTENCODING_DEFAULT);
wxDEPRECATED_MSG("use wxFONT{FAMILY,STYLE,WEIGHT}_XXX constants")
wxFont(int size,
int family,
int style,