diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 689067d7..122eb729 100644 --- a/src/settings.h +++ b/src/settings.h @@ -513,6 +513,11 @@ public: EndorsementState endorsementState() const; void setEndorsementState(EndorsementState s); + // returns whether tracked integration is enabled + // + bool trackedIntegration() const; + void setTrackedIntegration(bool b) const; + // registers MO as the handler for nxm links // // if 'force' is true, the registration dialog will be shown even if the user |
