bluetoothengine/btnotif/btdevicedialogplugin/inc/btrecvcompleteddialogwidget.h
changeset 57 5ebadcda06cb
parent 47 9e2a905b887f
child 67 16e4b9007960
equal deleted inserted replaced
51:625f43ae9362 57:5ebadcda06cb
    14 * Description:  BtDeviceDialogWidget class declaration.
    14 * Description:  BtDeviceDialogWidget class declaration.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #ifndef BTRECVCOMPLETEDDIALOGWIDGET_H_
    19 #ifndef BTRECVCOMPLETEDDIALOGWIDGET_H
    20 #define BTRECVCOMPLETEDDIALOGWIDGET_H_
    20 #define BTRECVCOMPLETEDDIALOGWIDGET_H
    21 
    21 
    22 #include <QObject>
    22 #include <QObject>
    23 #include <QVariantMap>
    23 #include <QVariantMap>
    24 #include <hbdialog.h>
    24 #include <hbdialog.h>
    25 #include <hbdevicedialoginterface.h>
    25 #include <hbdevicedialoginterface.h>
    74     QStandardItemModel  *mContentItemModel;
    74     QStandardItemModel  *mContentItemModel;
    75     HbLabel             *mHeading;
    75     HbLabel             *mHeading;
    76     HbLabel             *mFileName;
    76     HbLabel             *mFileName;
    77     HbLabel             *mFileSize;
    77     HbLabel             *mFileSize;
    78     HbLabel             *mFileCount;
    78     HbLabel             *mFileCount;
    79     HbAction            *mShow;
    79     HbAction            *mShowAction;
    80     HbAction            *mCancel;
    80     HbAction            *mCancelAction;
    81     HbDialog            *mDialog;
    81     HbDialog            *mReceiveCompleteDialog;
    82     int                 mFileSz;
    82     int                 mFileSz;
       
    83     bool                mOpenConversationView;
    83     
    84     
    84     Q_DISABLE_COPY(BTRecvcompletedDialogWidget)
    85     Q_DISABLE_COPY(BTRecvcompletedDialogWidget)
    85     };
    86     };
    86 
    87 
    87 
    88 
    88 
    89 
    89 #endif /* BTRECVCOMPLETEDDIALOGWIDGET_H_ */
    90 #endif /* BTRECVCOMPLETEDDIALOGWIDGET_H */