mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-10-07 13:26:47 +00:00
Intro redesign done.
This commit is contained in:
@@ -21,7 +21,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
|
||||
#pragma once
|
||||
|
||||
namespace Ui {
|
||||
class FlatInput;
|
||||
class PasswordInput;
|
||||
class LinkButton;
|
||||
class RoundButton;
|
||||
} // namespace Ui
|
||||
@@ -56,7 +56,7 @@ private:
|
||||
anim::ivalue a_coordUnder, a_coordOver;
|
||||
anim::fvalue a_shadow;
|
||||
|
||||
ChildWidget<Ui::FlatInput> _passcode;
|
||||
ChildWidget<Ui::PasswordInput> _passcode;
|
||||
ChildWidget<Ui::RoundButton> _submit;
|
||||
ChildWidget<Ui::LinkButton> _logout;
|
||||
QString _error;
|
||||
|
Reference in New Issue
Block a user