qt-material-widgets/examples/avatarexamples.h

16 lines
247 B
C
Raw Normal View History

2016-04-14 14:21:28 +00:00
#ifndef AVATAREXAMPLES_H
#define AVATAREXAMPLES_H
#include "examplelist.h"
class AvatarExamples : public ExampleList
{
Q_OBJECT
public:
explicit AvatarExamples(QWidget *parent = 0);
~AvatarExamples();
};
#endif // AVATAREXAMPLES_H