mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 13:12:52 +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();
|
||||
signals:
|
||||
/** jsdoc
|
||||
/**jsdoc
|
||||
* Signaled when a tablet message or dialog is created
|
||||
* @function TabletProxy#tabletNotification
|
||||
* @returns {Signal}
|
||||
|
@ -205,7 +205,7 @@ public:
|
|||
|
||||
|
||||
|
||||
/** jsdoc
|
||||
/**jsdoc
|
||||
* Check if the tablet has a message dialog open
|
||||
* @function TabletProxy#isMessageDialogOpen
|
||||
*/
|
||||
|
@ -291,7 +291,7 @@ signals:
|
|||
*/
|
||||
void screenChanged(QVariant type, QVariant url);
|
||||
|
||||
/** jsdoc
|
||||
/**jsdoc
|
||||
* Signaled when the tablet becomes visible or becomes invisible
|
||||
* @function TabletProxy#isTabletShownChanged
|
||||
* @returns {Signal}
|
||||
|
|
Loading…
Reference in a new issue