qt-material-widgets/examples/appbarexamples.h

16 lines
247 B
C
Raw Normal View History

2016-03-19 13:40:19 +00:00
#ifndef APPBAREXAMPLES_H
#define APPBAREXAMPLES_H
#include "examplelist.h"
class AppBarExamples : public ExampleList
{
Q_OBJECT
public:
explicit AppBarExamples(QWidget *parent = 0);
~AppBarExamples();
};
#endif // APPBAREXAMPLES_H