Updated jsdoc

This commit is contained in:
NissimHadar 2018-05-29 11:50:23 -07:00
parent 855084b6d5
commit 5fb7ec7b72

View file

@ -58,6 +58,7 @@ public slots:
/**jsdoc
* Waits for establishment of connection to server
* @function Test.waitForConnection
* @param {int} maxWaitMs [default=10000] - Number of milliseconds to wait
*/
bool waitForConnection(qint64 maxWaitMs = 10000);