diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-09-08 20:32:15 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-09-08 20:32:15 +0200 |
commit | 98ae0c7fa6fa8f66605e72310e85e43ae82a3024 (patch) | |
tree | ef84aafdf1a08a16f526f05a068f80ac1352b7ab /src/indicator.h | |
parent | f3b8d73471bc3eacd043901eb77141fa6982a295 (diff) | |
parent | af65c5d1e1fbab6dc82e3d3746a53ec0bb81f922 (diff) | |
download | ayatana-indicator-display-98ae0c7fa6fa8f66605e72310e85e43ae82a3024.tar.gz ayatana-indicator-display-98ae0c7fa6fa8f66605e72310e85e43ae82a3024.tar.bz2 ayatana-indicator-display-98ae0c7fa6fa8f66605e72310e85e43ae82a3024.zip |
Merge branch 'sunweaver-pr/tooltip-support'
Attributes GH PR #53: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/53
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 b5524d1..7379b32 100644 --- a/src/indicator.h +++ b/src/indicator.h @@ -32,6 +32,7 @@ struct Header std::string title; std::string label; std::string a11y; + std::string tooltip; std::shared_ptr<GIcon> icon; bool operator== (const Header& that) const { |