Browse Source

- Bump to rc2

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
efed943366
  1. 2
      src/src.pro
  2. 3
      src/transferlistdelegate.h

2
src/src.pro

@ -14,7 +14,7 @@ CONFIG += qt \
network network
# Update this VERSION for each release # Update this VERSION for each release
DEFINES += VERSION=\\\"v2.0.0rc1\\\" DEFINES += VERSION=\\\"v2.0.0rc2\\\"
DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MAJOR=2
DEFINES += VERSION_MINOR=0 DEFINES += VERSION_MINOR=0
DEFINES += VERSION_BUGFIX=0 DEFINES += VERSION_BUGFIX=0

3
src/transferlistdelegate.h

@ -149,8 +149,7 @@ public:
newopt.minimum = 0; newopt.minimum = 0;
newopt.state |= QStyle::State_Enabled; newopt.state |= QStyle::State_Enabled;
newopt.textVisible = true; newopt.textVisible = true;
QApplication::style()->drawControl(QStyle::CE_ProgressBar, &newopt, QApplication::style()->drawControl(QStyle::CE_ProgressBar, &newopt, painter);
painter);
break; break;
} }
default: default:

Loading…
Cancel
Save