Skip to content

Commit

Permalink
plugin-update-5.0.3-6.0.2 (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Jarek committed Mar 1, 2022
1 parent c80b858 commit 2f59d57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/data/types/labeltype.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {};
}
2 changes: 1 addition & 1 deletion templates/wizards/projects/asn1acn/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.21)
cmake_minimum_required(VERSION 3.13)

project(%{JS: '%{ProjectName}'})

Expand Down

0 comments on commit 2f59d57

Please sign in to comment.