diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-08-21 01:37:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 01:37:18 +0300 |
commit | 6fab0430beafed684283468c157ee1f90c8c533d (patch) | |
tree | d95b2f4df3bc8c5923dc0e549a5ce2ac0c0d94b5 /docs/markdown/Qt4-module.md | |
parent | 511a37085647ffbc45c8f8b7c408ef7898fb998d (diff) | |
parent | 9b5a5c2e61b3eda633acbe859b0e40e9597dac25 (diff) | |
download | meson-6fab0430beafed684283468c157ee1f90c8c533d.zip meson-6fab0430beafed684283468c157ee1f90c8c533d.tar.gz meson-6fab0430beafed684283468c157ee1f90c8c533d.tar.bz2 |
Merge pull request #2224 from mesonbuild/morealpha
More doc alphabetisation
Diffstat (limited to 'docs/markdown/Qt4-module.md')
-rw-r--r-- | docs/markdown/Qt4-module.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/Qt4-module.md b/docs/markdown/Qt4-module.md index 77e271d..4be1be5 100644 --- a/docs/markdown/Qt4-module.md +++ b/docs/markdown/Qt4-module.md @@ -1,3 +1,4 @@ # Qt4 module -This module provides support for Qt4's `moc`, `uic` and `rcc` tools. It is used identically to the [Qt 5 module](Qt5-module.md). +This module provides support for Qt4's `moc`, `uic` and `rcc` +tools. It is used identically to the [Qt 5 module](Qt5-module.md). |