compiler warning fixed
This commit is contained in:
parent
d544e44320
commit
c4efbf65f0
@ -155,6 +155,7 @@ namespace
|
|||||||
|
|
||||||
auto button3 = new QskCheckBox( "Error", this );
|
auto button3 = new QskCheckBox( "Error", this );
|
||||||
button3->setSkinStateFlag( QskCheckBox::Error );
|
button3->setSkinStateFlag( QskCheckBox::Error );
|
||||||
|
|
||||||
new QskRadioBox( { "One", "Two", "Three" }, this );
|
new QskRadioBox( { "One", "Two", "Three" }, this );
|
||||||
auto radios = new QskRadioBox( { "One", "Two", "Three" }, this );
|
auto radios = new QskRadioBox( { "One", "Two", "Three" }, this );
|
||||||
radios->setLayoutMirroring(true);
|
radios->setLayoutMirroring(true);
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
using Q = QskRadioBox;
|
using Q = QskRadioBox;
|
||||||
};
|
}
|
||||||
|
|
||||||
QskRadioBoxSkinlet::QskRadioBoxSkinlet( QskSkin* )
|
QskRadioBoxSkinlet::QskRadioBoxSkinlet( QskSkin* )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user