mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:33:23 +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:
|
||||
void proxyType_changed(int i);
|
||||
void cloudPinNeeded();
|
||||
|
||||
private:
|
||||
Ui::PreferencesNetwork *ui;
|
||||
void cloudPinNeeded();
|
||||
void passwordUpdateSuccessfull();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue