[Qt-interest] Missing #includes
Alberto Negri
alberto.negri at gmail.com
Mon Mar 9 10:11:54 CET 2009
Hi all,
i'm writing here on suggestion of chakie_work of #qt on irc.
I found some "little" mistakes in some examples.
In this example:
http://doc.trolltech.com/4.5/sql-cachedtable.html
is missing from main.cpp
#include <QMessageBox>
just before: #include "../connection.h"
while in:
http://doc.trolltech.com/4.5/sql-drilldown.html
http://doc.trolltech.com/4.5/sql-querymodel.html
miss only
#include <QtSql>
i developed some little patches that i'm going to attach here.
Thank you for your time.
Alberto Negri
--
http://negri.web.cs.unibo.it/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: querymodel.patch
Type: application/octet-stream
Size: 331 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090309/6cd90b9e/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cachedtable.patch
Type: application/octet-stream
Size: 360 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090309/6cd90b9e/attachment-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: drilldown.patch
Type: application/octet-stream
Size: 323 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090309/6cd90b9e/attachment-0002.obj
More information about the Qt-interest-old
mailing list