logsui/logsengine/tsrc/hbstubs/hbicon.h
changeset 2 7119b73b84d6
parent 0 4a5361db8937
equal deleted inserted replaced
0:4a5361db8937 2:7119b73b84d6
    33     
    33     
    34     operator QVariant() const;
    34     operator QVariant() const;
    35     
    35     
    36 public: // Data added for the unit testing stub
    36 public: // Data added for the unit testing stub
    37     QString mName;  
    37     QString mName;  
    38     QIcon* mTestIcon;
    38     
       
    39     static QIcon* defaultIcon();
    39 };
    40 };
    40 
    41 
    41 Q_DECLARE_METATYPE(HbIcon)
    42 Q_DECLARE_METATYPE(HbIcon)
    42 
    43 
    43 #endif // HBICON_H
    44 #endif // HBICON_H