Fix missing Ui namespace

This commit is contained in:
Eric Kotato 2020-05-16 10:24:43 +03:00
parent 418c96d1cc
commit 123c748686

View file

@ -124,7 +124,7 @@ private:
};
class ConvertToSupergroupBox : public BoxContent, public RPCSender {
class ConvertToSupergroupBox : public Ui::BoxContent, public RPCSender {
public:
ConvertToSupergroupBox(QWidget*, not_null<ChatData*> chat);