From 4c2f4e932ed210058fe529deb0798bd164b77f34 Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Sat, 19 Mar 2022 03:03:24 +0100 Subject: [PATCH] Make C++ knowledge for QML optional, beneficial Signed-off-by: Juraj Oravec --- qml/articles/1.Introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/articles/1.Introduction.md b/qml/articles/1.Introduction.md index 02c263c..8fe0f85 100644 --- a/qml/articles/1.Introduction.md +++ b/qml/articles/1.Introduction.md @@ -10,7 +10,7 @@ This series will go over the QML implementation. ## Requirements -1. Knowledge of C++ +1. Knowledge of C++ (Beneficial, Optional) There is no way around this, while there are times when just looking at documentation is enough I prefer the code. 2. The Falkon source code * The source code for stable release of Falkon can be found at [download.kde.org/stable/falkon/](https://download.kde.org/stable/falkon/)