[Fix] Make SearchPopup a BasePopup (#2182)
This commit is contained in:
@@ -15,7 +15,7 @@ namespace chatterino {
|
||||
class SearchPopup : public BasePopup
|
||||
{
|
||||
public:
|
||||
SearchPopup();
|
||||
SearchPopup(QWidget *parent);
|
||||
|
||||
virtual void setChannel(const ChannelPtr &channel);
|
||||
virtual void setChannelFilters(FilterSetPtr filters);
|
||||
|
||||
Reference in New Issue
Block a user