mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
make it ugly
This commit is contained in:
parent
d91719b31e
commit
b267d615e3
|
@ -98,8 +98,8 @@ public:
|
||||||
/// Removes all messages from this channel and invokes #messagesCleared
|
/// Removes all messages from this channel and invokes #messagesCleared
|
||||||
void clearMessages();
|
void clearMessages();
|
||||||
|
|
||||||
[[deprecated("Use findMessageByID instead")]]
|
[[deprecated("Use findMessageByID instead")]] MessagePtr findMessage(
|
||||||
MessagePtr findMessage(QString messageID);
|
QString messageID);
|
||||||
MessagePtr findMessageByID(QStringView messageID) final;
|
MessagePtr findMessageByID(QStringView messageID) final;
|
||||||
|
|
||||||
bool hasMessages() const;
|
bool hasMessages() const;
|
||||||
|
|
Loading…
Reference in a new issue