summaryrefslogtreecommitdiff
path: root/doc/contributing.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-03 12:04:59 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-04 11:30:54 +0100
commitc4a72120d2728b0920e066f2de837f49c1cb6cf9 (patch)
treee9d66bc6c682c6bbbc144b3bfc41b798aa7e578e /doc/contributing.asciidoc
parentc6d6ea532f5d81d5c0c687fda0307f4ffb621470 (diff)
downloadqutebrowser-c4a72120d2728b0920e066f2de837f49c1cb6cf9.tar.gz
qutebrowser-c4a72120d2728b0920e066f2de837f49c1cb6cf9.zip
old qt: Adjust docs
Diffstat (limited to 'doc/contributing.asciidoc')
-rw-r--r--doc/contributing.asciidoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index b8c9b9010..3960dec27 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -112,8 +112,8 @@ Currently, the following tox environments are available:
* Tests using https://www.pytest.org[pytest]:
- `py36`, `py37`, ...: Run pytest for python 3.6/3.7/... with the system-wide PyQt.
- - `py36-pyqt57`, ..., `py36-pyqt59`: Run pytest with the given PyQt version (`py35-*` also works).
- - `py36-pyqt59-cov`: Run with coverage support (other Python/PyQt versions work too).
+ - `py36-pyqt512`, ..., `py36-pyqt515`: Run pytest with the given PyQt version (`py35-*` also works).
+ - `py36-pyqt515-cov`: Run with coverage support (other Python/PyQt versions work too).
* `flake8`: Run various linting checks via https://pypi.python.org/pypi/flake8[flake8].
* `vulture`: Run https://pypi.python.org/pypi/vulture[vulture] to find
unused code portions.
@@ -586,9 +586,9 @@ can be useful for debugging:
- chrome://gpuclean/ (crashes the current renderer process!)
- chrome://ppapiflashcrash/
- chrome://ppapiflashhang/
-- chrome://quota-internals/ (Qt 5.11)
-- chrome://taskscheduler-internals/ (Qt 5.11)
-- chrome://sandbox/ (Qt 5.11, Linux only)
+- chrome://quota-internals/
+- chrome://taskscheduler-internals/
+- chrome://sandbox/ (Linux only)
QtWebEngine internals
~~~~~~~~~~~~~~~~~~~~~