Implement ProgressManager's progress-bar-on-icon on Windows 7.

Allow compiling with older Windows SDKs, link ole32 explictly.
If you want this feature to work, you need to compile and test
it on Windows 7.

Task-Number: QTCREATORBUG-252
This commit is contained in:
Daniel Molkentin
2009-11-30 19:38:02 +01:00
parent 3565fe4e82
commit 275146afdf
6 changed files with 105 additions and 4 deletions

View File

@@ -50,10 +50,7 @@ ProgressManagerPrivate::ProgressManagerPrivate(QObject *parent)
ProgressManagerPrivate::~ProgressManagerPrivate()
{
}
void ProgressManagerPrivate::init()
{
cleanup();
}
void ProgressManagerPrivate::cancelTasks(const QString &type)