mirror of
https://github.com/KDE/konsole.git
synced 2026-06-12 16:05:45 -04:00
A few more c style casts -> static_casts
This commit is contained in:
@@ -1353,7 +1353,7 @@ QSize ColorSchemeViewDelegate::sizeHint(const QStyleOptionViewItem& option,
|
||||
qreal heightForWidth = (colorWidth * 2) + option.fontMetrics.height() + margin;
|
||||
|
||||
// temporary
|
||||
return QSize(width, (int)heightForWidth);
|
||||
return QSize(width, static_cast<int>(heightForWidth));
|
||||
}
|
||||
|
||||
#include "EditProfileDialog.moc"
|
||||
|
||||
Reference in New Issue
Block a user