diff options
author | Tobias Markmann <tm@ayena.de> | 2014-10-01 11:36:27 (GMT) |
---|---|---|
committer | Swift Review <review@swift.im> | 2014-10-08 07:58:57 (GMT) |
commit | 54351d4b9d8d3580c4f60306c3e1dfcba304777b (patch) | |
tree | 7a1cfea12e59e7b13a2b903c0eb8e30b640473c4 /Swift/QtUI/QtVCardWidget/QtVCardGeneralField.h | |
parent | 3e40b302af0e2abde3c002c7f25ec5276f68f230 (diff) | |
download | swift-contrib-54351d4b9d8d3580c4f60306c3e1dfcba304777b.zip swift-contrib-54351d4b9d8d3580c4f60306c3e1dfcba304777b.tar.bz2 |
Explain the use of preffered stars in 'Edit Profile' dialog if they are checked.
Test-Information:
Verified this works by running Swift and editing a profile.
Change-Id: I965ef374ceed2ba5b3225070931b6c06e3b9e800
Diffstat (limited to 'Swift/QtUI/QtVCardWidget/QtVCardGeneralField.h')
-rw-r--r-- | Swift/QtUI/QtVCardWidget/QtVCardGeneralField.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtVCardWidget/QtVCardGeneralField.h b/Swift/QtUI/QtVCardWidget/QtVCardGeneralField.h index 93d326b..4f4cccd 100644 --- a/Swift/QtUI/QtVCardWidget/QtVCardGeneralField.h +++ b/Swift/QtUI/QtVCardWidget/QtVCardGeneralField.h @@ -66,4 +66,5 @@ class QtVCardGeneralField : public QWidget { public slots: void handleCloseButtonClicked(); + void handlePreferredStarStateChanged(int statte); protected: |