Get rid of QtGetScrollBarsContainer() from wxWindow API under wxQt
Because It is simpler to initialize (the inherited) m_qtContainer member directly in derived classes during construction process, and make the API a little bit cleaner.
This commit is contained in:
parent
5fb8a54e14
commit
31aac5fac4
8 changed files with 25 additions and 47 deletions
|
|
@ -87,8 +87,6 @@ protected:
|
|||
|
||||
virtual int DoListHitTest(const wxPoint& point) const override;
|
||||
|
||||
virtual QAbstractScrollArea *QtGetScrollBarsContainer() const override;
|
||||
|
||||
#if wxUSE_CHECKLISTBOX
|
||||
bool m_hasCheckBoxes;
|
||||
#endif // wxUSE_CHECKLISTBOX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue