Rename internal tree widget to something more appropriate for

a wxListCtrl.
This commit is contained in:
Graham Dawes
2019-02-05 08:06:26 +00:00
parent 5ec25fe755
commit eb00d7623a
2 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,7 @@
#include "wx/textctrl.h"
class wxQtTreeWidget;
class wxQtListTreeWidget;
class QTreeWidgetItem;
class WXDLLIMPEXP_FWD_CORE wxImageList;
@@ -303,7 +303,7 @@ protected:
m_ownsImageListSmall,
m_ownsImageListState;
private:
wxQtTreeWidget *m_qtTreeWidget;
wxQtListTreeWidget *m_qtTreeWidget;
wxDECLARE_DYNAMIC_CLASS( wxListCtrl );
};