| 110 | } |
| 111 | |
| 112 | OBSWeakSource GetWeakTransitionByQString(const QString &name) |
| 113 | { |
| 114 | return GetWeakTransitionByName(name.toUtf8().constData()); |
| 115 | } |
| 116 | |
| 117 | OBSWeakSource GetWeakFilterByName(OBSWeakSource source, const char *name) |
| 118 | { |
no test coverage detected