Reply
Thread Tools
Posts: 2 | Thanked: 0 times | Joined on Mar 2009
#21
You have to add this line in the .cpp file

QTM_USE_NAMESPACE

like this:

#include <QContactManager>

QTM_USE_NAMESPACE

MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow)
{
ui->setupUi(this);
}
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 23:53.