mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Separate form controller from view controller.
This commit is contained in:
@@ -7,7 +7,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#include "passport/passport_edit_identity_box.h"
|
||||
|
||||
#include "passport/passport_form_controller.h"
|
||||
#include "passport/passport_form_view_separate.h"
|
||||
#include "ui/widgets/input_fields.h"
|
||||
#include "ui/widgets/buttons.h"
|
||||
#include "ui/text_options.h"
|
||||
@@ -142,7 +142,7 @@ void ScanButton::paintEvent(QPaintEvent *e) {
|
||||
|
||||
IdentityBox::IdentityBox(
|
||||
QWidget*,
|
||||
not_null<FormController*> controller,
|
||||
not_null<ViewSeparate*> controller,
|
||||
int valueIndex,
|
||||
const IdentityData &data,
|
||||
std::vector<ScanInfo> &&files)
|
||||
|
||||
Reference in New Issue
Block a user