Fix a couple of clazy warnings

This commit is contained in:
Sergio Martins
2020-08-07 22:21:35 +01:00
parent 8db40d368c
commit 0a6f760100
4 changed files with 8 additions and 4 deletions

View File

@@ -27,6 +27,8 @@
#include <stdlib.h>
#include <time.h>
// clazy:excludeall=qstring-allocations
static MyWidget *newMyWidget()
{
#if QT_VERSION < QT_VERSION_CHECK(5, 10, 0)