summaryrefslogtreecommitdiffstats
path: root/src/ui/toolbar/select-toolbar.cpp
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2019-02-01 19:59:05 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2019-02-01 19:59:05 +0000
commitdb053372c3b10afd89e780ab08a63493ccc3d1a7 (patch)
tree97d7ad322270c4167de38b7194021d45405fa8d5 /src/ui/toolbar/select-toolbar.cpp
parentComboToolItem: Temporary workaround to display pixbuf by default (diff)
downloadinkscape-db053372c3b10afd89e780ab08a63493ccc3d1a7.tar.gz
inkscape-db053372c3b10afd89e780ab08a63493ccc3d1a7.zip
clang-tidy recent changes
Diffstat (limited to 'src/ui/toolbar/select-toolbar.cpp')
-rw-r--r--src/ui/toolbar/select-toolbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/toolbar/select-toolbar.cpp b/src/ui/toolbar/select-toolbar.cpp
index 8d6805487..e8fc61bc9 100644
--- a/src/ui/toolbar/select-toolbar.cpp
+++ b/src/ui/toolbar/select-toolbar.cpp
@@ -64,8 +64,8 @@ SelectToolbar::SelectToolbar(SPDesktop *desktop) :
{
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
- auto select_all_button = add_toolbutton_for_verb(SP_VERB_EDIT_SELECT_ALL);
- auto select_all_in_all_layers_button = add_toolbutton_for_verb(SP_VERB_EDIT_SELECT_ALL_IN_ALL_LAYERS);
+ add_toolbutton_for_verb(SP_VERB_EDIT_SELECT_ALL);
+ add_toolbutton_for_verb(SP_VERB_EDIT_SELECT_ALL_IN_ALL_LAYERS);
auto deselect_button = add_toolbutton_for_verb(SP_VERB_EDIT_DESELECT);
_context_items.push_back(deselect_button);