mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-18 11:44:33 +01:00
Increase default timeout
This commit is contained in:
parent
8576afe6f5
commit
67d070c334
@ -114,7 +114,7 @@ public:
|
||||
* @note sendMessage() will return false if invoked from the primary
|
||||
* instance.
|
||||
*/
|
||||
bool sendMessage( QByteArray message, int timeout = 100 );
|
||||
bool sendMessage( QByteArray message, int timeout = 1000 );
|
||||
|
||||
Q_SIGNALS:
|
||||
void instanceStarted();
|
||||
|
@ -114,7 +114,7 @@ public:
|
||||
* @note sendMessage() will return false if invoked from the primary
|
||||
* instance.
|
||||
*/
|
||||
bool sendMessage( QByteArray message, int timeout = 100 );
|
||||
bool sendMessage( QByteArray message, int timeout = 1000 );
|
||||
|
||||
Q_SIGNALS:
|
||||
void instanceStarted();
|
||||
|
Loading…
Reference in New Issue
Block a user