Skip to content

Commit

Permalink
compiler warning fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
uwerat committed Oct 15, 2023
1 parent 3ecd8f3 commit 7cf88e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/controls/QskPopupSkinlet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ QRectF QskPopupSkinlet::subControlRect( const QskSkinnable* skinnable,
QSGNode* QskPopupSkinlet::updateSubNode(
const QskSkinnable* skinnable, quint8 nodeRole, QSGNode* node ) const
{
const auto popup = static_cast< const QskPopup* >( skinnable );

switch ( nodeRole )
{
case OverlayRole:
Expand Down

0 comments on commit 7cf88e7

Please sign in to comment.