washwarnicon.h 141 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 #ifndef WASHWARNICON_H #define WASHWARNICON_H class WashWarnIcon : public QLabel { public: WashWarnIcon(); }; #endif // WASHWARNICON_H