mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-20 20:09:20 +02:00
Merge pull request #13594 from ctrlaltdavid/21677-a
Remove deprecated Window.raiseMainWindow API function
This commit is contained in:
commit
5085112722
2 changed files with 0 additions and 11 deletions
|
@ -86,10 +86,6 @@ void WindowScriptingInterface::raise() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void WindowScriptingInterface::raiseMainWindow() {
|
|
||||||
raise();
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Display an alert box
|
/// Display an alert box
|
||||||
/// \param const QString& message message to display
|
/// \param const QString& message message to display
|
||||||
/// \return QScriptValue::UndefinedValue
|
/// \return QScriptValue::UndefinedValue
|
||||||
|
|
|
@ -80,13 +80,6 @@ public slots:
|
||||||
*/
|
*/
|
||||||
void raise();
|
void raise();
|
||||||
|
|
||||||
/**jsdoc
|
|
||||||
* Raise the Interface window if it is minimized. If raised, the window gains focus.
|
|
||||||
* @function Window.raiseMainWindow
|
|
||||||
* @deprecated Use {@link Window.raise|raise} instead.
|
|
||||||
*/
|
|
||||||
void raiseMainWindow();
|
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* Display a dialog with the specified message and an "OK" button. The dialog is non-modal; the script continues without
|
* Display a dialog with the specified message and an "OK" button. The dialog is non-modal; the script continues without
|
||||||
* waiting for a user response.
|
* waiting for a user response.
|
||||||
|
|
Loading…
Reference in a new issue