Python: Add missing QLDoc for subclass label

This commit is contained in:
Rasmus Wriedt Larsen
2021-05-21 16:17:17 +02:00
parent 2408573a0a
commit e29b7568bf

View File

@@ -585,5 +585,6 @@ private module Label {
/** Gets the `return` edge label. */
string return() { result = "getReturn()" }
/** Gets the `subclass` edge label. */
string subclass() { result = "getASubclass()" }
}