61 float alpha; |
61 float alpha; |
62 QDateTime expiry; |
62 QDateTime expiry; |
63 }; |
63 }; |
64 |
64 |
65 // Constructs the message manager. |
65 // Constructs the message manager. |
66 explicit MessageManager (QObject* parent = null); |
66 explicit MessageManager (QObject* parent = nullptr); |
67 |
67 |
68 // Adds a line with the given \c text to the message manager. |
68 // Adds a line with the given \c text to the message manager. |
69 void addLine (QString line); |
69 void addLine (QString line); |
70 |
70 |
71 // Returns all active lines in the message manager. |
71 // Returns all active lines in the message manager. |