mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Send the appropriate signal when gitLocalOnly changes
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0e31171087
commit
677bbb77d9
2 changed files with 2 additions and 1 deletions
|
@ -827,6 +827,7 @@ void CloudStorageSettings::setGitUrl(const QString& value)
|
|||
void CloudStorageSettings::setGitLocalOnly(bool value)
|
||||
{
|
||||
prefs.git_local_only = value;
|
||||
emit gitLocalOnlyChanged(value);
|
||||
}
|
||||
|
||||
DivePlannerSettings::DivePlannerSettings(QObject *parent) :
|
||||
|
|
|
@ -278,7 +278,7 @@ public:
|
|||
bool savePasswordLocal() const;
|
||||
short verificationStatus() const;
|
||||
bool backgroundSync() const;
|
||||
bool gitLocalOnly() const;
|
||||
bool gitLocalOnly() const;
|
||||
|
||||
public slots:
|
||||
void setPassword(const QString& value);
|
||||
|
|
Loading…
Add table
Reference in a new issue