diff --git a/style/adwaitastyle.cpp b/style/adwaitastyle.cpp index 2d56c65..aeeb8ae 100644 --- a/style/adwaitastyle.cpp +++ b/style/adwaitastyle.cpp @@ -3908,7 +3908,7 @@ bool Style::drawPanelItemViewRowPrimitive(const QStyleOption *option, QPainter * #if QT_VERSION >= 0x050000 const QStyleOptionViewItem *vopt = qstyleoption_cast(option); #else - const QStyleOptionViewItemV4 *vopt = qstyleoption_cast(option) + const QStyleOptionViewItemV4 *vopt = qstyleoption_cast(option); #endif if (!vopt) return false;