Yet more sonarlint fixes
This commit is contained in:
@@ -103,7 +103,14 @@ private:
|
||||
|
||||
Ui::RendererStack *ui;
|
||||
|
||||
int x, y, w, h, sx, sy, sw, sh;
|
||||
int x;
|
||||
int y;
|
||||
int w;
|
||||
int h;
|
||||
int sx;
|
||||
int sy;
|
||||
int sw;
|
||||
int sh;
|
||||
|
||||
int currentBuf = 0;
|
||||
int isMouseDown = 0;
|
||||
|
||||
Reference in New Issue
Block a user