summaryrefslogtreecommitdiffhomepage
path: root/qt.html.markdown
diff options
context:
space:
mode:
authorPratik Karki <prertik@outlook.com>2017-08-25 14:03:17 +0545
committerPratik Karki <prertik@outlook.com>2017-08-25 14:03:17 +0545
commitd3fbc5b797b6d5286b8fea67ec12084132bf92d3 (patch)
treef759922be79a9b2775cf534eb1195ab9292c644d /qt.html.markdown
parent9a32aeaa888e74d6ed169bfe00a9af46226e640d (diff)
Add language code suffix(#2832)
Diffstat (limited to 'qt.html.markdown')
-rw-r--r--qt.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt.html.markdown b/qt.html.markdown
index 64e36e2e..0db75726 100644
--- a/qt.html.markdown
+++ b/qt.html.markdown
@@ -5,7 +5,7 @@ language: c++
filename: learnqt.cpp
contributors:
- ["Aleksey Kholovchuk", "https://github.com/vortexxx192"]
-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++*, there are its ports to other languages: *[PyQt](https://learnxinyminutes.com/docs/pyqt/)*, *QtRuby*, *PHP-Qt*, etc.