Changeset 561 for trunk/doc/src/bughowto.qdoc
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/doc/src/bughowto.qdoc
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the documentation of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 44 44 \title How to Report a Bug 45 45 \brief Information about ways to report bugs in Qt. 46 \ingroup howto47 46 48 47 If you think you have found a bug in Qt, we would like to hear … … 50 49 51 50 Before reporting a bug, please check the \l{FAQs}, \l{Platform 52 Notes}, and the \l{ TaskTracker} on the Qt website to see51 Notes}, and the \l{Qt Bug Tracker} on the Qt website to see 53 52 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. 54 58 55 59 Always include the following information in your bug report: … … 59 63 \o The name and version number of your operating system 60 64 \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 62 67 \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. 63 72 64 If the problem you are reporting is only visible at run-time, try to65 create a small test program that shows the problem when run. Often,66 such a program can be created with some minor changes to one67 of the many example programs in Qt's \cexamples 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. 68 77 69 Please submit the bug report using the \l{Task Tracker} on the Qt70 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}. 71 80 */
Note:
See TracChangeset
for help on using the changeset viewer.