diff --git a/guidelines/Qt-and-QML-coding-guidelines.md b/guidelines/Qt-and-QML-coding-guidelines.md index b346d3cb08d82c7aef7c5e46d4b39ec1fa1f0f83..cfe9f642dcaf5813f05a787be96b948c0bfc79fe 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: