Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/doc/src/bughowto.qdoc

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the documentation of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    4444    \title How to Report a Bug
    4545    \brief Information about ways to report bugs in Qt.
    46     \ingroup howto
    4746
    4847    If you think you have found a bug in Qt, we would like to hear
     
    5049
    5150    Before reporting a bug, please check the \l{FAQs}, \l{Platform
    52     Notes}, and the \l{Task Tracker} on the Qt website to see
     51    Notes}, and the \l{Qt Bug Tracker} on the Qt website to see
    5352    if the issue is already known.
     53
     54    The first thing you should do is to sign up for an account for
     55    the \l{Qt Bug Tracker}, if you do not already have one. Once you
     56    have done that you can submit and track your bug reports and they
     57    will be publicly available from the moment you submit them.
    5458
    5559    Always include the following information in your bug report:
     
    5963    \o The name and version number of your operating system
    6064    \o The version of Qt you are using, and what configure options it was
    61        compiled with.
     65       compiled with
     66    \o Reliable and clear description on how to reproduce the problem
    6267    \endlist
     68   
     69    If possible, please provide a test written using the QtTest module
     70    as this will improve the procedure of reproducing your problem and
     71    allow the developers to address the issue in a more efficient way.
    6372
    64     If the problem you are reporting is only visible at run-time, try to
    65     create a small test program that shows the problem when run. Often,
    66     such a program can be created with some minor changes to one
    67     of the many example programs in Qt's \c examples directory.
     73    Otherwise, if the problem you are reporting is only visible at run-time,
     74    try to create a small test program that shows the problem when run.
     75    Often, such a program can be created with some minor changes to one of
     76    the many example programs in Qt's examples directory.
    6877
    69     Please submit the bug report using the \l{Task Tracker} on the Qt
    70     website.
     78    If you have implemented a bug fix and want to contribute your fix
     79    directly, then you can do so through the \l{Public Qt Repository}.
    7180*/
Note: See TracChangeset for help on using the changeset viewer.