Skip to content

Commit 0cfd2f8

Browse files
committed
Remove unused files
1 parent 40500e0 commit 0cfd2f8

3 files changed

Lines changed: 1 addition & 23 deletions

File tree

src/GraphicsView.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ void GraphicsView::onDeleteSelectedObjects()
280280

281281
void GraphicsView::onDuplicateSelectedObjects()
282282
{
283+
qDebug() << "ON DUPLICATE";
283284
QPointF const pastePosition = scenePastePosition();
284285

285286
nodeScene()->undoStack().push(new CopyCommand(nodeScene()));

test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ add_executable(test_nodes
1616
src/TestBasicGraphicsScene.cpp
1717
src/TestUIInteraction.cpp
1818
include/ApplicationSetup.hpp
19-
include/CatchStringMakers.hpp
2019
include/StubNodeDataModel.hpp
2120
include/TestGraphModel.hpp
2221
)

test/include/CatchStringMakers.hpp

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)