hotspot: for kddockwidgets
This commit is contained in:
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user