maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   [Solved] Help! Can't get QContactManager to work at all (https://talk.maemo.org/showthread.php?t=52165)

Tune 2011-02-18 10:46

Re: [Solved] Help! Can't get QContactManager to work at all
 
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);
}


All times are GMT. The time now is 00:54.

vBulletin® Version 3.8.8