diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-10-09 13:44:12 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-10-09 13:44:12 +0000 |
commit | c8edcbeb3add928e37705ec51c8739d953f0d540 (patch) | |
tree | fd2bff9b14767a059828dc8460f14b94a98c58cd /src/indicator.h | |
parent | 7eaeb6486f681391b5d5b9a3d15ceeedc4313244 (diff) | |
parent | 94ba0a4147052dec53e2ba818ec3d03141e8f26b (diff) | |
download | ayatana-indicator-display-c8edcbeb3add928e37705ec51c8739d953f0d540.tar.gz ayatana-indicator-display-c8edcbeb3add928e37705ec51c8739d953f0d540.tar.bz2 ayatana-indicator-display-c8edcbeb3add928e37705ec51c8739d953f0d540.zip |
Use com.ubuntu.touch.system's "rotation-lock" boolean for the rotation lock indicator. Fixes: 1378078
Approved by: Ted Gould, PS Jenkins bot
Diffstat (limited to 'src/indicator.h')
-rw-r--r-- | src/indicator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indicator.h b/src/indicator.h index dc4df09..d0834fd 100644 --- a/src/indicator.h +++ b/src/indicator.h @@ -52,6 +52,7 @@ public: virtual std::string name() const =0; virtual const core::Property<Header>& header() const =0; virtual std::shared_ptr<GMenuModel> menu_model() const =0; + virtual ~Profile() =default; protected: Profile() =default; |