blob: 53d77dddbbcac4b31facd69d2c76d29a6e0fcbe7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
## Reporting bugs
Please include the following when reporting bugs:
* Operating system used
* Version of Qt used, any relevant information if you built it yourself
* Detailed explanation of the bug:
* what was done
* what was expected
* what happened
An example of a bad bug report is:
> Something happened, and when I pressed the button it broke.
An exmaple of a good bug report is:
> When I opened xyz menu and pressed abc, nothing happened.
Send bug reports to _aqua at iserlohn dash fortress dot net_.
## Known bugs
### Search terms in address bar
QUrl always seems to return true when checking if valid url. Workaround is to
prepend '#' to the search.
### databases-incognito in home
https://bugreports.qt.io/browse/QTBUG-62957
|