diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-18 11:39:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-18 11:39:14 +0300 |
commit | f1a2bb26ee73327d0e29f5cd83861ce5e5cfc97e (patch) | |
tree | c8c14c90b0b3ce956349393b4e6adefa2d91f525 /src/gui/widgets/setupbuttonitem.h | |
parent | cc1acaa0093c7498daf68956edfa4b7801eb9481 (diff) | |
download | plus-f1a2bb26ee73327d0e29f5cd83861ce5e5cfc97e.tar.gz plus-f1a2bb26ee73327d0e29f5cd83861ce5e5cfc97e.tar.bz2 plus-f1a2bb26ee73327d0e29f5cd83861ce5e5cfc97e.tar.xz plus-f1a2bb26ee73327d0e29f5cd83861ce5e5cfc97e.zip |
Add tooltips to horizontcontainer in setup items.
Diffstat (limited to 'src/gui/widgets/setupbuttonitem.h')
-rw-r--r-- | src/gui/widgets/setupbuttonitem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/setupbuttonitem.h b/src/gui/widgets/setupbuttonitem.h index 0909f4056..53da7c853 100644 --- a/src/gui/widgets/setupbuttonitem.h +++ b/src/gui/widgets/setupbuttonitem.h @@ -31,6 +31,7 @@ class SetupButtonItem final : public SetupItem { public: SetupButtonItem(const std::string &restrict text, + const std::string &restrict description, const std::string &restrict actionEventId, SetupTabScroll *restrict const parent, const std::string &restrict eventName, |