Add Platform::organizationName()
So we don't use QCoreApplication::organizationName() directly
This commit is contained in:
@@ -410,6 +410,11 @@ QString Platform_qt::applicationName() const
|
||||
return qGuiApp->applicationName();
|
||||
}
|
||||
|
||||
QString Platform_qt::organizationName() const
|
||||
{
|
||||
return qGuiApp->organizationName();
|
||||
}
|
||||
|
||||
void Platform_qt::setMouseCursor(Qt::CursorShape shape)
|
||||
{
|
||||
qGuiApp->setOverrideCursor(shape);
|
||||
|
||||
Reference in New Issue
Block a user