mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-29 05:15:29 -05:00
Fix warnings
This commit is contained in:
parent
ebbf64ddae
commit
e2f4dcaaee
|
|
@ -204,9 +204,9 @@ MacroConditionSceneOrderEdit::MacroConditionSceneOrderEdit(
|
|||
QWidget *parent, std::shared_ptr<MacroConditionSceneOrder> entryData)
|
||||
: QWidget(parent),
|
||||
_scenes(new SceneSelectionWidget(window(), true, false, false, true)),
|
||||
_conditions(new QComboBox()),
|
||||
_sources(new SceneItemSelectionWidget(parent)),
|
||||
_sources2(new SceneItemSelectionWidget(parent)),
|
||||
_conditions(new QComboBox()),
|
||||
_position(new VariableSpinBox()),
|
||||
_posInfo(new QLabel(obs_module_text(
|
||||
"AdvSceneSwitcher.condition.sceneOrder.positionInfo")))
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@
|
|||
GenericVaraiableSpinbox::GenericVaraiableSpinbox(QWidget *parent,
|
||||
bool wholeNumber)
|
||||
: QWidget(parent),
|
||||
_toggleType(new QPushButton()),
|
||||
_fixedValueInt(new QSpinBox()),
|
||||
_fixedValueDouble(new QDoubleSpinBox()),
|
||||
_toggleType(new QPushButton()),
|
||||
_variable(new VariableSelection(this)),
|
||||
_wholeNumber(wholeNumber)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user