diff options
author | Hughes Perreault <hperreault@users.noreply.github.com> | 2016-10-15 16:09:33 -0400 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-10-15 22:09:33 +0200 |
commit | 5eda755a8f85c1ccafd1b17b21f485e6869b506e (patch) | |
tree | 2084f2d4f9a2be6688de3aab0521bf3a2098d488 | |
parent | ba574ecdb2658cb2d8f6e461772616c25b161681 (diff) |
useless "lang: en" (#2462)
trying to fix #2417
-rw-r--r-- | pyqt.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyqt.html.markdown b/pyqt.html.markdown index 7ce71d96..c317db1b 100644 --- a/pyqt.html.markdown +++ b/pyqt.html.markdown @@ -4,7 +4,6 @@ tool: PyQT filename: learnqt.py contributors: - ["Nathan Hughes", "https://github.com/sirsharpest"] -lang: en --- **Qt** is a widely-known framework for developing cross-platform software that can be run on various software and hardware platforms with little or no change in the code, while having the power and speed of native applications. Though **Qt** was originally written in *C++*. |