Preferences: fix missing slot problem when creating new account

This is still a left over from the damage done when creating the
preferences objectification.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-03-19 07:52:33 -07:00
parent 0e5c8f101c
commit 47ba8b38d4

View file

@ -18,10 +18,10 @@ public:
public slots: public slots:
void proxyType_changed(int i); void proxyType_changed(int i);
void cloudPinNeeded();
private: private:
Ui::PreferencesNetwork *ui; Ui::PreferencesNetwork *ui;
void cloudPinNeeded();
void passwordUpdateSuccessfull(); void passwordUpdateSuccessfull();
}; };