Remove newly added functions from wxQt
QtSet{Min,Max}Size() were added for use by Set{Min,Max}Size() and
DoSetSizeHints() overrides. and since we have canceled overriding
Set{Min,Max}Size() in previous commit, there is no need to keep them
around without good reason.
This commit is contained in:
parent
ee2dba802c
commit
e919ec6ccd
3 changed files with 8 additions and 40 deletions
|
|
@ -225,11 +225,6 @@ protected:
|
|||
// itself.
|
||||
virtual QWidget* QtGetParentWidget() const { return GetHandle(); }
|
||||
|
||||
// wxTopLevelWindowQt::DoSetSizeHints() override calls these functions to
|
||||
// set min/max size information at Qt level.
|
||||
void QtSetMinSize(const wxSize& minSize);
|
||||
void QtSetMaxSize(const wxSize& maxSize);
|
||||
|
||||
QWidget *m_qtWindow;
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue