Добавил конструктор фильтров

This commit is contained in:
2026-04-22 17:10:25 +03:00
parent c8e553e953
commit e0f72ba288
60 changed files with 4041 additions and 379 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef PIPELINE_SMOKE_TESTS_H
#define PIPELINE_SMOKE_TESTS_H
#include <QString>
namespace tests
{
bool runPipelineSmokeTests(QString &failureReason);
} // namespace tests
#endif // PIPELINE_SMOKE_TESTS_H