mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
11 lines
173 B
C++
11 lines
173 B
C++
// fake qstatusbar.h
|
|
|
|
class QStatusBar
|
|
{
|
|
public:
|
|
QStatusBar(void *) {}
|
|
void setProgress() {}
|
|
void addWidget(void *, int) {}
|
|
void removeWidget(void *) {}
|
|
};
|