mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 05:58:35 +02:00
Remove duplicate method declaration
This commit is contained in:
parent
39c959d245
commit
98a736a39c
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ protected:
|
||||||
bool eventFilter(QObject* sender, QEvent* event);
|
bool eventFilter(QObject* sender, QEvent* event);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void resizeAndPosition(bool resizeParent = true);
|
|
||||||
|
|
||||||
bool _allowResize;
|
bool _allowResize;
|
||||||
bool _isResizing;
|
bool _isResizing;
|
||||||
int _resizeInitialWidth;
|
int _resizeInitialWidth;
|
||||||
|
|
Loading…
Reference in a new issue