Skip to content

Commit

Permalink
Add static keywords following static analysis suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Dec 26, 2024
1 parent 7e274c4 commit 83723d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/DoubleSliderTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ private Q_SLOTS:

static void testSettingInvalidCurrentMax();

void testMovingLeftHandle();
static void testMovingLeftHandle();

void testMovingRightHandle();
static void testMovingRightHandle();

void testMovingBothHandlesTogether();
static void testMovingBothHandlesTogether();

static void testPaintingDefaultState();

Expand Down

0 comments on commit 83723d5

Please sign in to comment.