qt-material-widgets/examples/listexamples.h

16 lines
235 B
C
Raw Normal View History

2016-04-14 13:47:27 +00:00
#ifndef LISTEXAMPLES_H
#define LISTEXAMPLES_H
#include "examplelist.h"
class ListExamples : public ExampleList
{
Q_OBJECT
public:
explicit ListExamples(QWidget *parent = 0);
~ListExamples();
};
#endif // LISTEXAMPLES_H