Fix missing Ui namespace
This commit is contained in:
parent
418c96d1cc
commit
123c748686
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue