fix compilation error + bump Qt again as it was not the problem
This commit is contained in:
parent
8316d5f529
commit
4b378beda2
@ -24,13 +24,13 @@ if ($use_qt5 -eq "ON") {
|
|||||||
$qt_version = "5.15.2"
|
$qt_version = "5.15.2"
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$qt_version = "6.4.3"
|
$qt_version = "6.5.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
$maria_version = "10.6.15"
|
$maria_version = "10.6.15"
|
||||||
$maria_link = "https://archive.mariadb.org/mariadb-$maria_version/winx64-packages/mariadb-$maria_version-winx64.zip"
|
$maria_link = "https://archive.mariadb.org/mariadb-$maria_version/winx64-packages/mariadb-$maria_version-winx64.zip"
|
||||||
$maria_output = "maria.zip"
|
$maria_output = "maria.zip"
|
||||||
$cmake_version = "3.27.4"
|
$cmake_version = "3.27.6"
|
||||||
$cmake_link = "https://github.com/Kitware/CMake/releases/download/v$cmake_version/cmake-$cmake_version-windows-x86_64.zip"
|
$cmake_link = "https://github.com/Kitware/CMake/releases/download/v$cmake_version/cmake-$cmake_version-windows-x86_64.zip"
|
||||||
$cmake_output = "cmake.zip"
|
$cmake_output = "cmake.zip"
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ ArticleListNotification::ArticleListNotification(QWidget* parent)
|
|||||||
connect(m_ui.m_treeArticles->selectionModel(),
|
connect(m_ui.m_treeArticles->selectionModel(),
|
||||||
&QItemSelectionModel::currentChanged,
|
&QItemSelectionModel::currentChanged,
|
||||||
this,
|
this,
|
||||||
&ArticleListNotificationModel::onMessageSelected);
|
&ArticleListNotification::onMessageSelected);
|
||||||
|
|
||||||
m_ui.m_treeArticles->setAttribute(Qt::WA_NoSystemBackground, true);
|
m_ui.m_treeArticles->setAttribute(Qt::WA_NoSystemBackground, true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user