1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-03 20:10:25 +01:00
strawberry-audio-player-win.../3rdparty/qocoa/gallery.h

15 lines
178 B
C
Raw Normal View History

2018-02-27 18:06:05 +01:00
#ifndef GALLERY_H
#define GALLERY_H
#include <QWidget>
class Gallery : public QWidget
{
Q_OBJECT
public:
explicit Gallery(QWidget *parent = 0);
};
#endif // WIDGET_H