forked from qt-creator/qt-creator
modeltest: compile fix
Change-Id: I1c10d8cdf21e4cbd32d4cd84d14247e7f84b1cce Reviewed-on: http://codereview.qt.nokia.com/3876 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -32,7 +32,9 @@
|
|||||||
|
|
||||||
#include "modeltest.h"
|
#include "modeltest.h"
|
||||||
|
|
||||||
#include <QtGui/QAbstractItemModel>
|
#include <QStringList>
|
||||||
|
#include <QSize>
|
||||||
|
#include <QAbstractItemModel>
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Connect to all of the models signals. Whenever anything happens
|
Connect to all of the models signals. Whenever anything happens
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
HEADERS += $$PWD/modeltest.h
|
HEADERS += $$PWD/modeltest.h
|
||||||
SOURCES += $$PWD/modeltest.cpp
|
SOURCES += $$PWD/modeltest.cpp
|
||||||
|
INCLUDEPATH += $$PWD
|
||||||
|
|||||||
Reference in New Issue
Block a user