Tue, 26 Jan 2021 12:21:35 +0200
disable cotire because it's messing up Qt Creator's Clang code model for me
#include "selecttool.h" SelectTool::SelectTool(QObject* parent) : BaseTool{parent} {} QString SelectTool::name() const { static const QString result = tr("Select"); return result; } QString SelectTool::toolTip() const { static const QString result = tr("Select elements from the model."); return result; }