From 11c1c3969d0c6c3f1100905d1fb0d7c9b43d7e84 Mon Sep 17 00:00:00 2001
From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
Date: Thu, 20 Aug 2020 13:47:08 -0400
Subject: [PATCH] Update Qt and QML coding guidelines

---
 guidelines/Qt-and-QML-coding-guidelines.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guidelines/Qt-and-QML-coding-guidelines.md b/guidelines/Qt-and-QML-coding-guidelines.md
index b346d3cb..cfe9f642 100644
--- a/guidelines/Qt-and-QML-coding-guidelines.md
+++ b/guidelines/Qt-and-QML-coding-guidelines.md
@@ -1,4 +1,4 @@
-# Qt
+# Qt/c++
 ## Signal and slot naming
 Both signals and slots should use camelCase.
 A signal should use the simple past tense or past participle of some verb, likely prefixed by a short subject. A corresponding slot should be the signal prefixed with the word "on" and not the word "slot". Here are some examples:
-- 
GitLab