mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: remove unused code
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8fe24055f0
commit
ada6a0d664
1 changed files with 0 additions and 4 deletions
|
|
@ -14,10 +14,6 @@ Item {
|
||||||
property string username: login.text;
|
property string username: login.text;
|
||||||
property string password: password.text;
|
property string password: password.text;
|
||||||
|
|
||||||
property real gridWidth: loginWindow.width - Kirigami.Units.gridUnit
|
|
||||||
property real col1Width: gridWidth * 0.80
|
|
||||||
property real col2Width: gridWidth * 0.20
|
|
||||||
|
|
||||||
function saveCredentials() {
|
function saveCredentials() {
|
||||||
manager.cloudUserName = login.text
|
manager.cloudUserName = login.text
|
||||||
manager.cloudPassword = password.text
|
manager.cloudPassword = password.text
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue