Send the appropriate signal when gitLocalOnly changes
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0e31171087
commit
677bbb77d9
@ -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…
x
Reference in New Issue
Block a user