qt-material-widgets/components/collapsiblemenu.h

11 lines
146 B
C
Raw Normal View History

2016-07-04 07:46:10 +00:00
#ifndef COLLAPSIBLEMENU_H
#define COLLAPSIBLEMENU_H
#include <QWidget>
class CollapsibleMenu : public QWidget
{
};
#endif // COLLAPSIBLEMENU_H