Make QGuiApp::platform(Function|NativeInterface) internal
Task-number: QTBUG-83252 Change-Id: I3d53114f6cf43aa482d0c30938dabc86bb05ea67 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
parent
1e8d623340
commit
357966a72c
@ -1820,6 +1820,7 @@ Qt::MouseButtons QGuiApplication::mouseButtons()
|
||||
}
|
||||
|
||||
/*!
|
||||
\internal
|
||||
Returns the platform's native interface, for platform specific
|
||||
functionality.
|
||||
*/
|
||||
@ -1830,6 +1831,7 @@ QPlatformNativeInterface *QGuiApplication::platformNativeInterface()
|
||||
}
|
||||
|
||||
/*!
|
||||
\internal
|
||||
Returns a function pointer from the platformplugin matching \a function
|
||||
*/
|
||||
QFunctionPointer QGuiApplication::platformFunction(const QByteArray &function)
|
||||
|
Loading…
Reference in New Issue
Block a user