Remove leftover show() prototype.
In Qt4.8 this was declared in qwidget_wince.cpp. It was for auto maximizing. This would need to go into lighthouse if needed. This fixes the Windows CE compile. Change-Id: I6fe8361f745e16d9e8053ab58eb76ead0b22d261 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
parent
a58e630b61
commit
9c99f23ffb
@ -481,11 +481,7 @@ public Q_SLOTS:
|
||||
|
||||
virtual void setVisible(bool visible);
|
||||
inline void setHidden(bool hidden) { setVisible(!hidden); }
|
||||
#ifndef Q_OS_WINCE
|
||||
inline void show() { setVisible(true); }
|
||||
#else
|
||||
void show();
|
||||
#endif
|
||||
inline void hide() { setVisible(false); }
|
||||
|
||||
void showMinimized();
|
||||
|
Loading…
x
Reference in New Issue
Block a user