Skip to content
Snippets Groups Projects
Commit 707248fe authored by Nicolas Werner's avatar Nicolas Werner Committed by CH Chethan Reddy
Browse files

Add DeviceVerificationFlow dummy and verification test button

parent b1362ca6
No related branches found
No related tags found
No related merge requests found
......@@ -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));
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment