mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
remove unused angleOffset in filelight progress box
This commit is contained in:
parent
e3fce491ee
commit
8d89f1bb44
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ ProgressBox::setText(int files)
|
|||
static const int pieces = 4;
|
||||
static const float angleFactor[] = { -0.75, 0.5, 1.0, -0.3 };
|
||||
static const int length[] = { 30, 40, 50, 60 };
|
||||
static const int angleOffset[] = { 5760, 0, 0, -5760 };
|
||||
static const int aLength[] = { 300, 2000, 200, 2000 };
|
||||
|
||||
void ProgressBox::paintEvent(QPaintEvent*)
|
||||
|
|
Loading…
Add table
Reference in a new issue