app/tsrc/unittest_mpmtpinfolink/inc/unittest_mpmtpinfolink.h
changeset 43 0f32e550d9d8
parent 37 eb79a7c355bf
equal deleted inserted replaced
38:b93f525c9244 43:0f32e550d9d8
    18 #ifndef TESTMPMTPINFOLINK_H
    18 #ifndef TESTMPMTPINFOLINK_H
    19 #define TESTMPMTPINFOLINK_H
    19 #define TESTMPMTPINFOLINK_H
    20 
    20 
    21 #include <QtTest/QtTest>
    21 #include <QtTest/QtTest>
    22 
    22 
       
    23 class QTranslator;
    23 class MpMtpInfoLink;
    24 class MpMtpInfoLink;
    24 
    25 
    25 class TestMpMtpInfoLink : public QObject
    26 class TestMpMtpInfoLink : public QObject
    26 {
    27 {
    27     Q_OBJECT
    28     Q_OBJECT
    43     void testMousePressEvent();
    44     void testMousePressEvent();
    44     void testMouseReleaseEvent();
    45     void testMouseReleaseEvent();
    45     void testSetMtpInfoText();
    46     void testSetMtpInfoText();
    46 
    47 
    47 private:
    48 private:
       
    49 
    48     MpMtpInfoLink  *mTest;
    50     MpMtpInfoLink  *mTest;
       
    51     QTranslator    *mMpTranslator; // Own
    49 
    52 
    50 };
    53 };
    51 
    54 
    52 #endif  // TESTMPMTPINFOLINK_H
    55 #endif  // TESTMPMTPINFOLINK_H
    53 
    56