added message-sending through channel->sendMessage
doesn't do anything with the user input box on enter yet though
This commit is contained in:
@@ -28,6 +28,7 @@ public:
|
||||
~ChatWidget();
|
||||
|
||||
SharedChannel getChannel() const;
|
||||
SharedChannel &getChannelRef();
|
||||
const QString &getChannelName() const;
|
||||
void setChannelName(const QString &name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user