Deprecated methosd markup (documented).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -76,13 +76,13 @@ public:
|
||||
wxString GetPath() const { return m_path; }
|
||||
|
||||
//Use wxURI instead - this does not work that well
|
||||
static wxString ConvertToValidURI(
|
||||
wxDEPRECATED( static wxString ConvertToValidURI(
|
||||
const wxString& uri,
|
||||
const wxChar* delims = wxT(";/?:@&=+$,")
|
||||
);
|
||||
) );
|
||||
|
||||
//Use wxURI::Unescape instead
|
||||
static wxString ConvertFromURI(const wxString& uri);
|
||||
wxDEPRECATED( static wxString ConvertFromURI(const wxString& uri) );
|
||||
#endif
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user