hotspot: for kddockwidgets

This commit is contained in:
Đoàn Trần Công Danh
2025-11-03 21:38:51 +07:00
parent 8922e4ec84
commit 72ee268fd8
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
--- a/src/models/timelinedelegate.cpp
+++ b/src/models/timelinedelegate.cpp
@@ -194,7 +194,7 @@ void TimeLineDelegate::paint(QPainter* p
painter->drawRect(threadTimeRect.adjusted(-1, -1, 0, 0));
// visualize all events
- painter->setBrush({});
+ painter->setBrush(QBrush());
if (offCpuCostId != -1) {
const auto offCpuColor = scheme.background(KColorScheme::NegativeBackground).color();
+1 -1
View File
@@ -1,7 +1,7 @@
# Template file for 'hotspot'
pkgname=hotspot
version=1.5.1
revision=1
revision=2
build_style=cmake
configure_args="-DQT6_BUILD=ON"
hostmakedepends="extra-cmake-modules gettext qt6-base"