QtWidgets: cleanup several Q3* items

Change-Id: I0812cdd74f19b4c98336724ea722807d4c68cf7d
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Debao Zhang 2012-03-17 22:59:10 -07:00 committed by Qt by Nokia
parent 4bcd8fc2de
commit 478658fd41
3 changed files with 2 additions and 4 deletions

View File

@ -2708,7 +2708,7 @@ Qt::WindowStates QWidget::windowState() const
The function sets the window state on child widgets similar to
setWindowState(). The difference is that the window state changed
event has the isOverride() flag set. It exists mainly to keep
Q3Workspace working.
QWorkspace working.
*/
void QWidget::overrideWindowState(Qt::WindowStates newstate)
{

View File

@ -486,7 +486,7 @@ void QFrame::paintEvent(QPaintEvent *)
/*!
\internal
Mostly for the sake of Q3Frame
Used by QLabel and QLCDNumber
*/
void QFrame::drawFrame(QPainter *p)
{

View File

@ -53,7 +53,6 @@
// We mean it.
//
#ifndef QMAC_Q3MENUBAR_CPP_FILE
#include "QtWidgets/qstyleoption.h"
#include <private/qmenu_p.h> // Mac needs what in this file!
@ -190,7 +189,6 @@ public:
QAction *menuBarAction;
#endif
};
#endif
#endif // QT_NO_MENUBAR