@ -14,7 +14,7 @@ CONFIG += qt \
network
# Update this VERSION for each release
DEFINES += VERSION=\\\"v2.0.0rc1\\\"
DEFINES += VERSION=\\\"v2.0.0rc2\\\"
DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=0
DEFINES += VERSION_BUGFIX=0
@ -149,8 +149,7 @@ public:
newopt.minimum = 0;
newopt.state |= QStyle::State_Enabled;
newopt.textVisible = true;
QApplication::style()->drawControl(QStyle::CE_ProgressBar, &newopt,
painter);
QApplication::style()->drawControl(QStyle::CE_ProgressBar, &newopt, painter);
break;
}
default: