aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoland Knall <r.knall@moba.cc>2022-08-22 15:27:05 +0200
committerRoland Knall <rknall@gmail.com>2022-08-23 10:37:14 +0000
commit645b9ab7f4a9494cc385d478e7c79a3fe6146377 (patch)
treeea6cbab759662c984b19515d68e724ea81e6962c /doc
parentd9e662bc5421b06f3402d3aa8e1d76bfdd60c868 (diff)
Qt6: Adapt various docs
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 0377a9f0d3..c09a8cacc1 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -429,7 +429,7 @@ own mkstemp implementation for use on platforms that lack mkstemp.
Note: mkstemp does not accept NULL as a parameter.
Wireshark requires minimum versions of each of the libraries it uses, in
-particular GLib 2.50.0 and Qt 5.9.0 or newer. If you require a mechanism
+particular GLib 2.50.0 and Qt 5.12.0 or newer. If you require a mechanism
that is available only in a newer version of a library then use its
version detection macros, e.g. "#if GLIB_CHECK_VERSION(...)" and "#if
QT_VERSION_CHECK(...)" to conditionally compile code using that
@@ -836,7 +836,7 @@ header file (foobar.h) looks like this:
followed by <wireshark public headers>
#ifdef __cplusplus
- extern "C" {
+ extern "C" {
#endif
(declarations)
#ifdef __cplusplus