#include <QComboBox>
class iListStreetName: public QComboBox
{
Q_OBJECT
public:
iListStreetName(QWidget *parent = 0);
}
iListStreetName::iListStreetName(QWidget *parent) : QComboBox(parent)
{
//
}
собираю, а мне в ответ : error: new types may not be defined in a return type
только начинаю писатть на qt, не могу понять в чем проблема