aboutsummaryrefslogtreecommitdiffstats
path: root/src/winextras/qwintaskbarbutton_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-08-29 11:18:22 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-29 12:26:01 +0200
commit491b83d228a5eecaae3cbb8a63355d8cd2da6996 (patch)
tree0fa320544a3d5985b1fcd830b4a968274fea4e49 /src/winextras/qwintaskbarbutton_p.h
parent05a4df5ed72ab11a3f2cccfbec701fd63e5f9984 (diff)
Kill QWinTaskbarProgress::IndeterminateState
Automatically turn it to an indeterminate progress bar if minimum and maximum both are set to 0 - just like QProgressBar. Change-Id: Ie20121a8feaf95dbd35c4ea9e6bf342ee147011a Reviewed-by: Ivan Vizir <define-true-false@yandex.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'src/winextras/qwintaskbarbutton_p.h')
-rw-r--r--src/winextras/qwintaskbarbutton_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/winextras/qwintaskbarbutton_p.h b/src/winextras/qwintaskbarbutton_p.h
index dbb88ea..32b868e 100644
--- a/src/winextras/qwintaskbarbutton_p.h
+++ b/src/winextras/qwintaskbarbutton_p.h
@@ -69,8 +69,7 @@ public:
void updateOverlayIcon();
- void _q_updateProgressValue();
- void _q_updateProgressState();
+ void _q_updateProgress();
ITaskbarList4 *pTbList;
QWindow *window;