Miam-Player  0.8.0
A nice music player
coveritem.h
Go to the documentation of this file.
1 #ifndef COVERITEM_H
2 #define COVERITEM_H
3 
5 #include <QStandardItem>
6 
12 class MIAMUNIQUELIBRARY_LIBRARY CoverItem : public QStandardItem
13 {
14 public:
15  explicit CoverItem();
16 
17  virtual int type() const override;
18 };
19 
20 #endif // COVERITEM_H
The CoverItem class holds the cover path to display an image into the view.
Definition: coveritem.h:12
#define MIAMUNIQUELIBRARY_LIBRARY
Definition: miamuniquelibrary_global.hpp:8