chore: Update plugin to QtCreator 15.0.1

* fix: Additional check qtc version
* build: Upgrade plugin to QtC 15.0.1
* chore: Upgrade plugin version to 0.4.8
This commit is contained in:
Petr Mironychev
2025-01-24 13:29:44 +01:00
committed by GitHub
parent 4e45774bce
commit b8e578d2d7
5 changed files with 17 additions and 4 deletions

View File

@ -52,6 +52,7 @@ private:
QVBoxLayout *m_layout;
QLabel *m_titleLabel;
QLabel *m_versionLabel;
QLabel *m_releaseLink;
QLabel *m_changelogLabel{nullptr};
QTextEdit *m_changelogText{nullptr};
QProgressBar *m_progress;