taskswitcher/client/inc/tstasklauncher.h
changeset 127 7b66bc3c6dc9
parent 116 305818acdca4
equal deleted inserted replaced
126:efda7c0771b9 127:7b66bc3c6dc9
    15 *
    15 *
    16 */
    16 */
    17 #ifndef TSTASKLAUNCHER_H
    17 #ifndef TSTASKLAUNCHER_H
    18 #define TSTASKLAUNCHER_H
    18 #define TSTASKLAUNCHER_H
    19 
    19 
    20 class QByteArray;
    20 class MTsEntry;
    21 
    21 
    22 class TsTaskLauncher {
    22 class TsTaskLauncher {
    23 
    23 
    24 public:
    24 public:
    25     virtual void openTask(const QByteArray &key) = 0;
    25     virtual void openTask(const MTsEntry &entry) = 0;
    26     virtual void closeTask(const QByteArray &key) = 0;
    26     virtual void closeTask(const MTsEntry &key) = 0;
    27 };
    27 };
    28 
    28 
    29 #endif //TSTASKLAUNCHER_H
    29 #endif //TSTASKLAUNCHER_H