mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-27 07:46:17 +01:00
qt6 for devbuild test again
This commit is contained in:
parent
4199b9c7b7
commit
a7b71ed57c
@ -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"
|
||||
|
||||
|
@ -67,7 +67,7 @@ void LabelsNode::createLabel() {
|
||||
|
||||
getParentServiceRoot()->requestItemReassignment(new_lbl, this);
|
||||
}
|
||||
catch (const ApplicationException& ex) {
|
||||
catch (const ApplicationException&) {
|
||||
new_lbl->deleteLater();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user