mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-19 14:46:58 +00:00
Realtime UI translation in all fields and buttons.
This commit is contained in:
@@ -35,7 +35,7 @@ class CodeInput final : public Ui::MaskedInputField {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
CodeInput(QWidget *parent, const style::InputField &st, const QString &ph);
|
||||
CodeInput(QWidget *parent, const style::InputField &st, base::lambda<QString()> placeholderFactory);
|
||||
|
||||
void setDigitsCountMax(int digitsCount);
|
||||
|
||||
|
Reference in New Issue
Block a user