From 8c679ef19e9d5c33947cdf1cc1e5550e3d442308 Mon Sep 17 00:00:00 2001
From: hyperk-021 <hyperk.he@greentest.com.cn>
Date: 周四, 05 6月 2025 18:18:55 +0800
Subject: [PATCH] 修复 delegate 格式

---
 customdelegate.cpp |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/customdelegate.cpp b/customdelegate.cpp
index 4e50e5f..8f78b21 100644
--- a/customdelegate.cpp
+++ b/customdelegate.cpp
@@ -5,9 +5,7 @@
 CustomButtonDelegate::CustomButtonDelegate(const QStringList& iconPathList, QObject *parent):
     m_iconPathList(iconPathList),
     QStyledItemDelegate(parent)
-{
-
-}
+{}
 
 void CustomButtonDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
 {

--
Gitblit v1.9.1