initial commit
This commit is contained in:
13
ChatMessage.h
Normal file
13
ChatMessage.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef CHATMESSAGE_H
|
||||
#define CHATMESSAGE_H
|
||||
|
||||
#include <qdatetime.h>
|
||||
|
||||
class ChatMessage {
|
||||
public:
|
||||
QDateTime timestamp;
|
||||
QString displayName;
|
||||
QString chatMessage;
|
||||
};
|
||||
|
||||
#endif // CHATMESSAGE_H
|
||||
Reference in New Issue
Block a user