mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-18 05:50:39 -04:00
pass over compiler warnings
This commit is contained in:
parent
c2ae4fc904
commit
927f782bef
23 changed files with 66 additions and 73 deletions
|
@ -227,7 +227,7 @@ void xProgressBar::paint()
|
|||
linearGrad.setColorAt(1.00, gradColor1);
|
||||
painter->setPen(gradBorderColor);
|
||||
|
||||
int width = static_cast<int>(rect.width()-1-2*hSpan) ;
|
||||
uint32_t width = static_cast<uint32_t>(rect.width()-1-2*hSpan) ;
|
||||
|
||||
painter->setBrush(linearGrad);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue