mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Remove unused method declaration
This commit is contained in:
parent
be5318f275
commit
23a5f0bfb2
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ public:
|
||||||
virtual int rowCount(const QModelIndex &) const override;
|
virtual int rowCount(const QModelIndex &) const override;
|
||||||
|
|
||||||
void refresh(const QString &prefix);
|
void refresh(const QString &prefix);
|
||||||
void updateEmoteCompletionMethod();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
TaggedString createUser(const QString &str);
|
TaggedString createUser(const QString &str);
|
||||||
|
|
Loading…
Reference in a new issue