compiler warning fixed

This commit is contained in:
Uwe Rathmann 2023-02-26 15:45:57 +01:00
parent d544e44320
commit c4efbf65f0
2 changed files with 2 additions and 1 deletions

View File

@ -155,6 +155,7 @@ namespace
auto button3 = new QskCheckBox( "Error", this );
button3->setSkinStateFlag( QskCheckBox::Error );
new QskRadioBox( { "One", "Two", "Three" }, this );
auto radios = new QskRadioBox( { "One", "Two", "Three" }, this );
radios->setLayoutMirroring(true);

View File

@ -12,7 +12,7 @@
namespace {
using Q = QskRadioBox;
};
}
QskRadioBoxSkinlet::QskRadioBoxSkinlet( QskSkin* )
{