aboutsummaryrefslogtreecommitdiffstats
path: root/src/winextras/qwinjumplistcategory_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/winextras/qwinjumplistcategory_p.h')
-rw-r--r--src/winextras/qwinjumplistcategory_p.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/winextras/qwinjumplistcategory_p.h b/src/winextras/qwinjumplistcategory_p.h
index b523c73..eee17b4 100644
--- a/src/winextras/qwinjumplistcategory_p.h
+++ b/src/winextras/qwinjumplistcategory_p.h
@@ -61,8 +61,6 @@ class QWinJumpList;
class QWinJumpListCategoryPrivate
{
public:
- QWinJumpListCategoryPrivate();
-
static QWinJumpListCategoryPrivate *get(QWinJumpListCategory *category)
{
return category->d_func();
@@ -75,10 +73,10 @@ public:
void addRecent(QWinJumpListItem *item);
void clearRecents();
- bool visible;
+ bool visible = false;
QString title;
- QWinJumpList *jumpList;
- QWinJumpListCategory::Type type;
+ QWinJumpList *jumpList = nullptr;
+ QWinJumpListCategory::Type type = QWinJumpListCategory::Custom;
QList<QWinJumpListItem *> items;
};