#include "notificationparameters.h"
#include <QVariant>
Go to the source code of this file.
Function Documentation
QDataStream& operator<< |
( |
QDataStream & |
datastream, |
|
|
const Notification & |
notification | |
|
) |
| | |
Serializes the given Notification to a QDataStream
- Parameters:
-
| datastream | QDataStream to write to |
| notification | Notification object to serialize |
QDataStream& operator>> |
( |
QDataStream & |
datastream, |
|
|
Notification & |
notification | |
|
) |
| | |
Deserializes a Notification from a QDataStream
- Parameters:
-
| datastream | QDataStream to read from |
| notification | the target Notification object, its previous state will be reset |