mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
0e5c8f101c
commit
47ba8b38d4
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ 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();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue