Fix compilation

Qt4 still have one remaining compiler error
This commit is contained in:
Rodrigo Torres
2019-08-10 18:45:27 -03:00
parent 6c44ce86d2
commit c549035c76
8 changed files with 18 additions and 10 deletions

View File

@@ -176,7 +176,7 @@ BandDesignIntf::BandDesignIntf(BandsType bandType, const QString &xmlTypeName, Q
if (parentItem) setWidth(parentItem->width());
}
setBackgroundMode(BGMode::TransparentMode);
setBackgroundMode(BaseDesignIntf::TransparentMode);
setFillTransparentInDesignMode(false);
setHeight(100);
setFixedPos(true);