From 2b769cc45cc030a4a3947e22daa174cf28bf57de Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 27 Nov 2018 17:18:45 +0100 Subject: Add a rotation action. --- src/actions/actions-selection.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/actions/actions-selection.cpp') diff --git a/src/actions/actions-selection.cpp b/src/actions/actions-selection.cpp index 9a0429400..5687ebdd7 100644 --- a/src/actions/actions-selection.cpp +++ b/src/actions/actions-selection.cpp @@ -97,6 +97,7 @@ select_all(InkscapeApplication* app) if (!get_document_and_selection(app, &document, &selection)) { return; } + std::cerr << "select_all: Not implemented!" << std::endl; } void -- cgit v1.2.3