qt6_tools: bump version

This commit is contained in:
Gerasim Troeglazov
2022-10-03 23:31:35 +10:00
parent a60a1c7480
commit b05646bfc0
2 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
From 4c0cfb3189358a7fd68b81242a8599516821f240 Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Mon, 3 Oct 2022 23:14:11 +1000
Subject: Fix typo
diff --git a/src/linguist/lupdate/clangtoolastreader.cpp b/src/linguist/lupdate/clangtoolastreader.cpp
index 2510212..a12c598 100644
--- a/src/linguist/lupdate/clangtoolastreader.cpp
+++ b/src/linguist/lupdate/clangtoolastreader.cpp
@@ -437,7 +437,7 @@ void LupdateVisitor::processIsolatedComments(const clang::FileID file)
tmp.emplace_back(commentInFile.second);
clang::ArrayRef<clang::RawComment *> rawComments = tmp;
#else
- Q_UNSED(file)
+ Q_UNUSED(file)
clang::ArrayRef<clang::RawComment *> rawComments = m_context->getRawCommentList().getComments();
#endif
--
2.36.1

View File

@@ -8,8 +8,9 @@ LICENSE="GNU LGPL v2.1
GNU FDL v1"
REVISION="1"
SOURCE_URI="https://download.qt.io/official_releases/qt/${portVersion%.*}/$portVersion/submodules/qttools-everywhere-src-$portVersion.tar.xz"
CHECKSUM_SHA256="fce94688ea925782a2879347584991f854630daadba6c52aed6d93e33cd0b19c"
CHECKSUM_SHA256="97f3d5f88c458be7a8f7b7b08efc06c4ebad39ca51669476b18bf9e4c11afba2"
SOURCE_DIR="qttools-everywhere-src-$portVersion"
PATCHES="qt6_tools-$portVersion.patchset"
ADDITIONAL_FILES="
Assistant.rdef.in
Designer.rdef.in