Skip to content
Permalink
Browse files
Merge pull request #8376 from tkln/watch-widget-sign-compare
WatchWidget: Fix integer comparison signedness warnings
  • Loading branch information
lioncash committed Oct 24, 2019
2 parents 897d7f6 + e3e682c commit c6da1f0
Showing 1 changed file with 1 addition and 1 deletion.
@@ -54,5 +54,5 @@ class WatchWidget : public QDockWidget

bool m_updating = false;

static constexpr size_t NUM_COLUMNS = 6;
static constexpr int NUM_COLUMNS = 6;
};

0 comments on commit c6da1f0

Please sign in to comment.