-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
xml source
If you see attached image "int" is missing here : http://developer.qt.nokia.com/doc/qt-4.7/gettingstartedqt.html
int are missing many more pages this is just one e.g.
See attached image for more info:
I just dig xml source for this page and it looks like :
<codeblock outputclass="cpp"> 1 #include <QApplication>
2 #include <QTextEdit>
3
4 main</@func>( argv, char **args)
5 {
6 <xref href="qapplication.xml">QApplication</xref> app(argv, args);
7
8 <xref href="qtextedit.xml">QTextEdit</xref> textEdit;
9 textEdit.show();
10
11 return app.exec();
12 }</codeblock>
- is required for
-
QTWEBSITE-274 All "int" declarations stripped away from doc snippets
-
- Closed
-