src/messageLog.h

changeset 941
f895379d7fab
parent 927
409b82a4765e
child 1010
969b48eddd6b
equal deleted inserted replaced
940:edc716c1d8e1 941:f895379d7fab
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.

mercurial