Remove unused parameter in Utils::Gui::scaledPixmap()

PR #19426.
This commit is contained in:
Victor Chernyakin
2023-08-09 05:34:12 -07:00
committed by GitHub
parent 5c06d0aa75
commit f2b4aa6570
3 changed files with 5 additions and 7 deletions

View File

@@ -40,8 +40,8 @@ namespace Utils::Gui
{
bool isDarkTheme();
QPixmap scaledPixmap(const QIcon &icon, const QWidget *widget, int height);
QPixmap scaledPixmap(const Path &path, const QWidget *widget, int height = 0);
QPixmap scaledPixmap(const QIcon &icon, int height);
QPixmap scaledPixmap(const Path &path, int height = 0);
QSize smallIconSize(const QWidget *widget = nullptr);
QSize mediumIconSize(const QWidget *widget = nullptr);