Start "native" implementation of wxTreeCtrl for wxQT

This commit is contained in:
Graham Dawes
2019-02-05 08:27:13 +00:00
parent eb00d7623a
commit 308ef18a6d
9 changed files with 616 additions and 124 deletions

View File

@@ -360,7 +360,7 @@ private:
wxDECLARE_NO_COPY_CLASS(wxGenericTreeCtrl);
};
#if !defined(__WXMSW__) || defined(__WXUNIVERSAL__)
#if !defined(__WXMSW__) && ! defined(__WXQT__) || defined(__WXUNIVERSAL__)
/*
* wxTreeCtrl has to be a real class or we have problems with
* the run-time information.