X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Faccountdialog.cpp;h=8089a9abe0f8c2f4a46db752a65dc4dc97dec876;hb=dab264c804c469e7c8c24f4a79ce72673aec954a;hp=cc97fec9c809c95ed7163769ba2925d474f95fc2;hpb=b1307f656acc4cb7e0f61b6daf9b0cfa5bed40d6;p=vlc-remote diff --git a/src/accountdialog.cpp b/src/accountdialog.cpp index cc97fec..8089a9a 100644 --- a/src/accountdialog.cpp +++ b/src/accountdialog.cpp @@ -197,8 +197,6 @@ void AccountDialog::use() { QString currentKey = ui->listWidget->currentItem()->text(); AppSettings::setCurrentKey(currentKey); - //QSettings settings; - //settings.setValue("config/currentKey", currentKey); load(); emit accept(); }