changeset 14 | 896e9dbc5f19 |
parent 12 | 608f67c22514 |
--- a/qtinternetradio/ui/inc/irviewmanager.h Tue Jul 06 14:07:20 2010 +0300 +++ b/qtinternetradio/ui/inc/irviewmanager.h Wed Aug 18 09:40:26 2010 +0300 @@ -61,7 +61,8 @@ void saveActivity(); - void removeActivity(); + void removeActivity(); + public slots: void backToPreviousView(); @@ -111,6 +112,7 @@ bool iExiting; QMap<TIRViewId, QPixmap> iScreenShots; ActivityInformation iActivityBackup; + bool iIsEmbedded; }; #endif