11 lines
146 B
C
11 lines
146 B
C
|
#ifndef COLLAPSIBLEMENU_H
|
||
|
#define COLLAPSIBLEMENU_H
|
||
|
|
||
|
#include <QWidget>
|
||
|
|
||
|
class CollapsibleMenu : public QWidget
|
||
|
{
|
||
|
};
|
||
|
|
||
|
#endif // COLLAPSIBLEMENU_H
|