25 lines
674 B
Diff
25 lines
674 B
Diff
From 41137b56b8aeac3bfe54b643810c3d1875c9e98e Mon Sep 17 00:00:00 2001
|
|
From: liuzhilin <liuzhilin@uniontech.com>
|
|
Date: Fri, 1 Sep 2023 17:41:04 +0800
|
|
Subject: [PATCH] fix-build-error
|
|
|
|
---
|
|
frame/item/components/overflowwidget.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/frame/item/components/overflowwidget.cpp b/frame/item/components/overflowwidget.cpp
|
|
index 0383382..bd1e7e6 100644
|
|
--- a/frame/item/components/overflowwidget.cpp
|
|
+++ b/frame/item/components/overflowwidget.cpp
|
|
@@ -9,6 +9,7 @@
|
|
#include <QPushButton>
|
|
#include <QDebug>
|
|
#include <QScrollBar>
|
|
+#include <QPainterPath>
|
|
|
|
// Min distance to hide btn
|
|
const int SCROLL_MIN_RANGE = 70;
|
|
--
|
|
2.39.3
|
|
|