GCC warnings.
--HG-- branch : develop
This commit is contained in:
parent
540f1a768a
commit
33298c3361
|
@ -1651,8 +1651,6 @@ void VToolOptionsPropertyBrowser::ChangeDataToolFlippingByLine(VProperty *proper
|
||||||
QVariant value = property->data(VProperty::DPC_Data, Qt::DisplayRole);
|
QVariant value = property->data(VProperty::DPC_Data, Qt::DisplayRole);
|
||||||
const QString id = propertyToId[property];
|
const QString id = propertyToId[property];
|
||||||
|
|
||||||
VToolFlippingByLine *i = qgraphicsitem_cast<VToolFlippingByLine *>(currentItem);
|
|
||||||
SCASSERT(i != nullptr);
|
|
||||||
switch (PropertiesList().indexOf(id))
|
switch (PropertiesList().indexOf(id))
|
||||||
{
|
{
|
||||||
case 38: // AttrSuffix
|
case 38: // AttrSuffix
|
||||||
|
@ -1672,8 +1670,6 @@ void VToolOptionsPropertyBrowser::ChangeDataToolFlippingByAxis(VProperty *proper
|
||||||
QVariant value = property->data(VProperty::DPC_Data, Qt::DisplayRole);
|
QVariant value = property->data(VProperty::DPC_Data, Qt::DisplayRole);
|
||||||
const QString id = propertyToId[property];
|
const QString id = propertyToId[property];
|
||||||
|
|
||||||
VToolFlippingByAxis *i = qgraphicsitem_cast<VToolFlippingByAxis *>(currentItem);
|
|
||||||
SCASSERT(i != nullptr);
|
|
||||||
switch (PropertiesList().indexOf(id))
|
switch (PropertiesList().indexOf(id))
|
||||||
{
|
{
|
||||||
case 39: // AttrAxisType
|
case 39: // AttrAxisType
|
||||||
|
|
Loading…
Reference in New Issue
Block a user