| 39 | } |
| 40 | |
| 41 | bool isChildPath(const QString& parent, const QString& child) |
| 42 | { |
| 43 | return !QDir(parent).relativeFilePath(child).startsWith("."); |
| 44 | } |
| 45 | |
| 46 | |
| 47 | void watchChildChanges(QWidget* target, QObject* receiver, std::function<void()> action) |
no outgoing calls
no test coverage detected