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:
ali kettab 2023-12-15 20:49:02 +01:00
parent 5fb8a54e14
commit 31aac5fac4
8 changed files with 25 additions and 47 deletions

View file

@ -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