qt-material-widgets/__old/examples/avatarexamples.h

16 lines
247 B
C
Raw Normal View History

2017-09-29 14:26:27 +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