Skip to content

Commit

Permalink
fix #35491
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Oct 7, 2014
1 parent e4004d6 commit 50a6921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mstyle/mstyle.cpp
Expand Up @@ -8587,7 +8587,7 @@ void MgStyle::configurationChanged()
}

//---------------------------------------------------------
// standardIconImplementation
// standardIcon
//---------------------------------------------------------

QIcon MgStyle::standardIcon(StandardPixmap standardIcon,
Expand Down Expand Up @@ -8811,8 +8811,8 @@ QIcon MgStyle::standardIcon(StandardPixmap standardIcon,
case SP_MessageBoxQuestion:
return getCachedIcon(":/data/icons/dialog-question.svg");
default:
return QIcon();
// return QCommonStyle::standardIconImplementation( standardIcon, option, widget );
// return QIcon();
return QCommonStyle::standardIcon( standardIcon, option, widget );
}
}

Expand Down

0 comments on commit 50a6921

Please sign in to comment.