mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 10:12:46 +00:00
Add support for server-side notifications
This commit is contained in:
parent
357ac89330
commit
60bc90c5fa
14 changed files with 179 additions and 14 deletions
|
@ -45,9 +45,11 @@ signals:
|
|||
|
||||
/**
|
||||
* @brief The server has requested to display an message to the user
|
||||
* @param header The header of the message.
|
||||
* @param message The message to show.
|
||||
* @param timeout Timeout in MS to show the message. -1: no timeout supplied.
|
||||
*/
|
||||
void displayMessage(const QString &message);
|
||||
void displayMessage(const QString &header, const QString &message, int timeout = -1);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue