Changeset 877

Show
Ignore:
Timestamp:
07/03/07 07:33:37 (2 years ago)
Author:
martyn_dobson
Message:

fixed pushButton designer crash bug with missing return statement

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jahwidgets/src/qt3/widgets/pushbutton.cpp

    r841 r877  
    7676        } 
    7777        else { 
    78                 m_iconSet.pixmap( QIconSet::Small, QIconSet::Normal, QIconSet::Off ); 
     78                return m_iconSet.pixmap( QIconSet::Small, QIconSet::Normal, QIconSet::Off ); 
    7979        } 
    8080}