Move popups to their own folder

This commit is contained in:
miruka
2019-09-09 08:57:38 -04:00
parent 6b26aa6d0b
commit c38cc9d3df
6 changed files with 9 additions and 9 deletions

View File

@@ -3,6 +3,7 @@ import QtQuick.Controls 2.12
import QtQuick.Layouts 1.12
import Qt.labs.platform 1.1
import "../../Base"
import "../../Popups"
import "../../utils.js" as Utils
HBox {
@@ -58,7 +59,7 @@ HBox {
}
}
HPasswordPopup {
PasswordPopup {
property url file: ""
id: exportPasswordPopup
@@ -69,7 +70,7 @@ HBox {
encryptionUI.exportKeys(file, acceptedPassword, exportButton)
}
HPasswordPopup {
PasswordPopup {
property url file: ""
function verifyPassword(pass, callback) {