mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Add DeviceVerificationFlow dummy and verification test button
This commit is contained in:
parent
b1362ca69f
commit
707248fea3
2 changed files with 14 additions and 0 deletions
|
@ -267,7 +267,11 @@ ApplicationWindow {
|
|||
model: 7
|
||||
delegate: Rectangle {
|
||||
color: "transparent"
|
||||
<<<<<<< HEAD
|
||||
implicitHeight: Qt.application.font.pixelSize * 3
|
||||
=======
|
||||
implicitHeight: Qt.application.font.pixelSize * 8
|
||||
>>>>>>> Add DeviceVerificationFlow dummy and verification test button
|
||||
implicitWidth: col.width
|
||||
ColumnLayout {
|
||||
id: col
|
||||
|
@ -410,7 +414,11 @@ ApplicationWindow {
|
|||
property string title: "Verification timed out"
|
||||
ColumnLayout {
|
||||
spacing: 16
|
||||
<<<<<<< HEAD
|
||||
Label {
|
||||
=======
|
||||
Text {
|
||||
>>>>>>> Add DeviceVerificationFlow dummy and verification test button
|
||||
Layout.maximumWidth: 400
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
|
|
|
@ -467,3 +467,9 @@ TimelineViewManager::startDummyVerification()
|
|||
{
|
||||
emit deviceVerificationRequest(new DeviceVerificationFlow(this));
|
||||
}
|
||||
|
||||
void
|
||||
TimelineViewManager::startDummyVerification()
|
||||
{
|
||||
emit deviceVerificationRequest(new DeviceVerificationFlow(this));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue