qt6 for devbuild test again

This commit is contained in:
Martin Rotter 2022-02-05 07:55:54 +01:00
parent 4199b9c7b7
commit a7b71ed57c
2 changed files with 3 additions and 3 deletions

View File

@ -19,11 +19,11 @@ $AllProtocols = [System.Net.SecurityProtocolType]'Tls11,Tls12'
$ProgressPreference = 'SilentlyContinue'
# Get and prepare needed dependencies.
$qt_version = "5.15.2"
$qt_version = "6.2.3"
$maria_version = "10.6.5"
$maria_link = "https://mirror.vpsfree.cz/mariadb/mariadb-$maria_version/winx64-packages/mariadb-$maria_version-winx64.zip"
$maria_output = "maria.zip"
$cmake_version = "3.22.1"
$cmake_version = "3.22.2"
$cmake_link = "https://github.com/Kitware/CMake/releases/download/v$cmake_version/cmake-$cmake_version-windows-x86_64.zip"
$cmake_output = "cmake.zip"

View File

@ -67,7 +67,7 @@ void LabelsNode::createLabel() {
getParentServiceRoot()->requestItemReassignment(new_lbl, this);
}
catch (const ApplicationException& ex) {
catch (const ApplicationException&) {
new_lbl->deleteLater();
}
}