6 lines
66 B
C++
6 lines
66 B
C++
#include <QObject>
|
|
class QBuffer : public QObject
|
|
{
|
|
Q_OBJECT
|
|
};
|