bluetoothengine/btnotif/btdevicedialogplugin/inc/btrecvcompleteddialogwidget.h
changeset 67 16e4b9007960
parent 57 5ebadcda06cb
child 70 f5508c13dfe0
equal deleted inserted replaced
65:001a94c71129 67:16e4b9007960
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    26 #include <hbpopup.h>
    26 #include <hbpopup.h>
    27 #include <hbdocumentloader.h>
    27 #include <hbdocumentloader.h>
    28 #include <qstandarditemmodel.h>
    28 #include <qstandarditemmodel.h>
    29 #include <hblabel.h>
    29 #include <hblabel.h>
    30 #include <hbaction.h>
    30 #include <hbaction.h>
    31 #include <QRunnable>
       
    32 
       
    33 
       
    34 class CoversationViewServiceStarter : public QRunnable
       
    35     {
       
    36 public:
       
    37     CoversationViewServiceStarter(qint64 conversationId);
       
    38     ~CoversationViewServiceStarter();
       
    39     void run();
       
    40 private:
       
    41     qint64 mCnvId;
       
    42     };
       
    43 
    31 
    44 
    32 
    45 class BTRecvcompletedDialogWidget : public QObject, 
    33 class BTRecvcompletedDialogWidget : public QObject, 
    46                                 public HbDeviceDialogInterface
    34                                 public HbDeviceDialogInterface
    47     {
    35     {