Upgrade plugin to Qt Creator 15

* 🐛 fix: Change plugin configs
* 🐛 fix: Update Button aspect api
* 🐛 fix: Temproary fix for LLMSuggestions
* 🐛 fix: Update github actions
* 🔖 chore: Upgrade version in README
This commit is contained in:
Petr Mironychev
2024-12-03 11:15:35 +01:00
committed by GitHub
parent 76c17f03dd
commit 55e2b24b8d
8 changed files with 144 additions and 142 deletions

View File

@ -32,7 +32,7 @@ public:
: Utils::BaseAspect(container)
{}
void addToLayout(Layouting::Layout &parent) override
void addToLayoutImpl(Layouting::Layout &parent) override
{
auto button = new QPushButton(m_buttonText);
connect(button, &QPushButton::clicked, this, &ButtonAspect::clicked);