cloudstorage: better member name when updating authentication state

This isn't just about showing the PIN or not.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-10-26 09:15:10 +02:00
parent 95a8f951ba
commit 9c4782fa5c
2 changed files with 10 additions and 6 deletions

View file

@ -19,7 +19,7 @@ public:
public slots:
void proxyType_changed(int i);
void cloudPinNeeded();
void updateCloudAuthenticationState();
private:
Ui::PreferencesNetwork *ui;