Uploaded image for project: 'Qt Project Website'
  1. Qt Project Website
  2. QTWEBSITE-335

"int" declarations are missing for some functions and also for argv parameter to function

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • None
    • None
    • 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 &lt;QApplication&gt;
       2        #include &lt;QTextEdit&gt;
       3
       4         main&lt;/@func&gt;( 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>
      
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            gbk Martin Smith (Qt)
            gurudutt Gurudutt Verma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes