Sync: Spark Update Tool

This commit is contained in:
2026-01-17 10:23:11 +08:00
parent 5d4ee291d5
commit 3623850f63
13 changed files with 234 additions and 159 deletions

View File

@@ -10,7 +10,7 @@ CustomLabel::CustomLabel(QWidget *parent,
QPixmap CustomLabel::pixmap() const
{
return QLabel::pixmap();
return *QLabel::pixmap();
}
void CustomLabel::setPixmap(const QPixmap &pixmap)
@@ -22,4 +22,4 @@ void CustomLabel::setPixmap(const QPixmap &pixmap)
Qt::SmoothTransformation);
QLabel::setPixmap(_pixmap);
}
}