just a few icons updated

This commit is contained in:
felixrojauro
2015-11-24 01:32:40 +01:00
parent 93b1e17402
commit e796796afd
33 changed files with 203 additions and 152 deletions

View File

@@ -168,6 +168,10 @@ int CSCFusionStyle::styleHint(StyleHint hint, const QStyleOption *option,
{
return int(true);
}
case SH_ComboBox_Popup:
{
qDebug() << "yep, there are some comboboxes!";
}
default:
{
return QProxyStyle::styleHint(hint, option, widget, returnData);