Fixed links tooltip

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2023-06-25 11:36:37 +03:00
parent ce4a86fbcd
commit 40fbae8ff6
2 changed files with 24 additions and 14 deletions

View File

@ -52,7 +52,7 @@ class InfoFrame : public QFrame {
InfoFrame(QWidget* parent = nullptr);
~InfoFrame() override;
void setName(QString text = {}, QString toolTip = {});
void setName(QString text = {});
void setDescription(QString text = {});
void setImage(QPixmap img = {});
void setLicense(QString text = {});