mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-03-25 14:59:44 +08:00
Sync: Spark Update Tool
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user