Fix misspelled QT_NO_ features
Change-Id: I77ca4139cb8437b781f082195bf4c92034f55512 Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
eedf8f28e0
commit
49680fe0bb
@ -2048,7 +2048,7 @@ QString QCoreApplication::translate(const char *context, const char *sourceText,
|
||||
return ret;
|
||||
}
|
||||
|
||||
#endif //QT_NO_TRANSLATE
|
||||
#endif //QT_NO_TRANSLATION
|
||||
|
||||
// Makes it possible to point QCoreApplication to a custom location to ensure
|
||||
// the directory is added to the patch, and qt.conf and deployed plugins are
|
||||
|
@ -77,6 +77,6 @@ public:
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif //QT_NO_GRAPHCISVIEW
|
||||
#endif //QT_NO_GRAPHICSVIEW
|
||||
|
||||
#endif // QGRAPHICSTRANSFORM_P_H
|
||||
|
@ -5535,7 +5535,7 @@ void QWidgetPrivate::drawWidget(QPaintDevice *pdev, const QRegion &rgn, const QP
|
||||
return;
|
||||
}
|
||||
}
|
||||
#endif //QT_NO_GRAFFICSEFFECT
|
||||
#endif //QT_NO_GRAPHICSEFFECT
|
||||
|
||||
const bool alsoOnScreen = flags & DrawPaintOnScreen;
|
||||
const bool recursive = flags & DrawRecursive;
|
||||
|
@ -211,7 +211,7 @@ public:
|
||||
Qt::FocusReason focusInReason;
|
||||
OperationInfoMap operationMap;
|
||||
QPointer<QMenu> systemMenu;
|
||||
#ifndef QT_NO_ACTIONS
|
||||
#ifndef QT_NO_ACTION
|
||||
QPointer<QAction> actions[NumWindowStateActions];
|
||||
#endif
|
||||
QMdiSubWindow::SubWindowOptions options;
|
||||
|
Loading…
Reference in New Issue
Block a user