revert: review suggestion from constexpr to const

This commit is contained in:
Alfredo Monclus
2025-03-03 11:10:51 -03:00
parent 2dfcacea7e
commit 94f2fa30fa

View File

@@ -12,7 +12,7 @@ namespace QSint
{
constexpr QString ActionPanelScheme::minimumStyle = QStringLiteral(
const QString ActionPanelScheme::minimumStyle = QStringLiteral(
"QSint--ActionGroup QFrame[class='header'] {"
"border: none;"
"}"