6 lines
65 B
C++
6 lines
65 B
C++
#include <QtCore/QObject>
|
|
|
|
class MocWidget : public QObject
|
|
{
|
|
};
|