mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
9 lines
107 B
C++
9 lines
107 B
C++
// fake qlayout.h
|
|
|
|
class QVBoxLayout
|
|
{
|
|
public:
|
|
QVBoxLayout(void *) {}
|
|
void addWidget(void *) {}
|
|
};
|