Commit c3558df
committed
COMP: Remove use of deprecated 'count()' function
PythonQt/generator/parser/name_compiler.cpp:111:46: \
warning: 'count' is deprecated: Use size() or length() instead.
[-Wdeprecated-declarations]1 parent 37b0d31 commit c3558df
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments