Commit b99e9e1b authored by J-P Nurmi's avatar J-P Nurmi Committed by The Qt Project
Browse files

QJumpList: remove the is-prefix from property names


Change-Id: I68537515a01323298820fb06147501ffaae355be
Reviewed-by: default avatarJake Petroules <jake.petroules@petroules.com>
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
Showing with 2 additions and 2 deletions
...@@ -89,8 +89,8 @@ class QJumpListPrivate; ...@@ -89,8 +89,8 @@ class QJumpListPrivate;
class Q_WINEXTRAS_EXPORT QJumpList : public QObject class Q_WINEXTRAS_EXPORT QJumpList : public QObject
{ {
Q_OBJECT Q_OBJECT
Q_PROPERTY(int isRecentCategoryShown READ isRecentCategoryShown WRITE setRecentCategoryShown) Q_PROPERTY(int recentCategoryShown READ isRecentCategoryShown WRITE setRecentCategoryShown)
Q_PROPERTY(int isFrequentCategoryShown READ isFrequentCategoryShown WRITE setFrequentCategoryShown) Q_PROPERTY(int frequentCategoryShown READ isFrequentCategoryShown WRITE setFrequentCategoryShown)
public: public:
explicit QJumpList(QObject *parent = 0); explicit QJumpList(QObject *parent = 0);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment