Thread
:
[Solved] Help! Can't get QContactManager to work at all
View Single Post
Tune
2011-02-18 , 10:46
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);
}
Quote & Reply
|
Tune
View Public Profile
Find all posts by Tune