9 lines
107 B
C++
9 lines
107 B
C++
// fake qlayout.h
|
|
|
|
class QVBoxLayout
|
|
{
|
|
public:
|
|
QVBoxLayout(void *) {}
|
|
void addWidget(void *) {}
|
|
};
|