this ctor was used to create a system message
we now only use the ctor that takes an explicit SystemMessageTag
This commit is contained in:
@@ -38,7 +38,6 @@ class MessageBuilder
|
||||
{
|
||||
public:
|
||||
MessageBuilder();
|
||||
MessageBuilder(const QString &text);
|
||||
MessageBuilder(SystemMessageTag, const QString &text);
|
||||
MessageBuilder(TimeoutMessageTag, const QString &username,
|
||||
const QString &durationInSeconds, const QString &reason,
|
||||
|
||||
Reference in New Issue
Block a user