Skip to content

Commit

Permalink
Restores inline instruction that was accidentally lost
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-guyot-infomaniak committed Mar 21, 2024
1 parent 014a3fb commit 351aaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/customlabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class CustomLabel : public QLabel {
public:
explicit CustomLabel(QWidget *parent = nullptr);

void setToolTip(const QString &text) { _toolTipText = text; }
inline void setToolTip(const QString &text) { _toolTipText = text; }

private:
QString _toolTipText;
Expand Down

0 comments on commit 351aaf5

Please sign in to comment.