File indexing completed on 2025-07-13 03:58:37
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};