Warning, file /graphics/glaxnimate/src/gui/tools/rectangle_tool.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* 0002 * SPDX-FileCopyrightText: 2019-2023 Mattia Basaglia <dev@dragon.best> 0003 * 0004 * SPDX-License-Identifier: GPL-3.0-or-later 0005 */ 0006 0007 #include "rectangle_tool.hpp" 0008 0009 using namespace glaxnimate::gui; 0010 0011 tools::Autoreg<tools::RectangleTool> tools::RectangleTool::autoreg{max_priority};