From 2f59d572bbf311c72bc7aef293badbe8cdb8f71d Mon Sep 17 00:00:00 2001 From: Igor Jarek Date: Tue, 1 Mar 2022 18:18:43 +0100 Subject: [PATCH] plugin-update-5.0.3-6.0.2 (3) --- src/data/types/labeltype.cpp | 6 +++--- templates/wizards/projects/asn1acn/CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/types/labeltype.cpp b/src/data/types/labeltype.cpp index ff456995..6b331239 100644 --- a/src/data/types/labeltype.cpp +++ b/src/data/types/labeltype.cpp @@ -38,16 +38,16 @@ QString LabelType::name() const QString LabelType::label() const { - return QString(); + return {}; } Utils::FilePath LabelType::baseIconFile() const { - return Utils::FilePath(); + return {}; } QIcon LabelType::createIcon(Utils::Theme::Color color) const { Q_UNUSED(color); - return QIcon(); + return {}; } diff --git a/templates/wizards/projects/asn1acn/CMakeLists.txt b/templates/wizards/projects/asn1acn/CMakeLists.txt index 9fdfdc8b..ea9af31c 100644 --- a/templates/wizards/projects/asn1acn/CMakeLists.txt +++ b/templates/wizards/projects/asn1acn/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.21) +cmake_minimum_required(VERSION 3.13) project(%{JS: '%{ProjectName}'})