mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:19:05 +02:00
Fix up JSDoc comment blocks in TabletScriptingInterface
This commit is contained in:
parent
9e37230aa1
commit
c88f9a059d
1 changed files with 3 additions and 3 deletions
|
@ -78,7 +78,7 @@ public:
|
||||||
|
|
||||||
QObject* getFlags();
|
QObject* getFlags();
|
||||||
signals:
|
signals:
|
||||||
/** jsdoc
|
/**jsdoc
|
||||||
* Signaled when a tablet message or dialog is created
|
* Signaled when a tablet message or dialog is created
|
||||||
* @function TabletProxy#tabletNotification
|
* @function TabletProxy#tabletNotification
|
||||||
* @returns {Signal}
|
* @returns {Signal}
|
||||||
|
@ -205,7 +205,7 @@ public:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/** jsdoc
|
/**jsdoc
|
||||||
* Check if the tablet has a message dialog open
|
* Check if the tablet has a message dialog open
|
||||||
* @function TabletProxy#isMessageDialogOpen
|
* @function TabletProxy#isMessageDialogOpen
|
||||||
*/
|
*/
|
||||||
|
@ -291,7 +291,7 @@ signals:
|
||||||
*/
|
*/
|
||||||
void screenChanged(QVariant type, QVariant url);
|
void screenChanged(QVariant type, QVariant url);
|
||||||
|
|
||||||
/** jsdoc
|
/**jsdoc
|
||||||
* Signaled when the tablet becomes visible or becomes invisible
|
* Signaled when the tablet becomes visible or becomes invisible
|
||||||
* @function TabletProxy#isTabletShownChanged
|
* @function TabletProxy#isTabletShownChanged
|
||||||
* @returns {Signal}
|
* @returns {Signal}
|
||||||
|
|
Loading…
Reference in a new issue