1e624ee204
Commit log: https://github.com/paceholder/nodeeditor/compare/3.0.11...3.0.12 PR: 289091 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
11 lines
297 B
C++
11 lines
297 B
C++
--- test/src/TestUIInteraction.cpp.orig 2025-10-09 16:54:05 UTC
|
|
+++ test/src/TestUIInteraction.cpp
|
|
@@ -20,6 +20,7 @@
|
|
#include <QGraphicsScene>
|
|
#include <QTimer>
|
|
|
|
+using namespace Catch;
|
|
using QtNodes::BasicGraphicsScene;
|
|
using QtNodes::ConnectionGraphicsObject;
|
|
using QtNodes::ConnectionId;
|