Skip to content

Commit

Permalink
Fix typo in ElidingLabel.sip
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Apr 3, 2024
1 parent c08bf82 commit 044410f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sip/ElidingLabel.sip
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ protected:
virtual void mouseDoubleClickEvent( QMouseEvent *ev );

public:
CElidingLabel(QWidget* parent /TransferThis/ = void notifyFeaturesChanged();, Qt::WindowFlags f = Qt::WindowFlags ());
CElidingLabel(const QString& text, QWidget* parent /TransferThis/ = void notifyFeaturesChanged();, Qt::WindowFlags f = Qt::WindowFlags ());
CElidingLabel(QWidget* parent /TransferThis/ = Q_NULLPTR, Qt::WindowFlags f = Qt::WindowFlags ());
CElidingLabel(const QString& text, QWidget* parent /TransferThis/ = Q_NULLPTR, Qt::WindowFlags f = Qt::WindowFlags ());
virtual ~CElidingLabel();
Qt::TextElideMode elideMode() const;
void setElideMode(Qt::TextElideMode mode);
Expand Down

0 comments on commit 044410f

Please sign in to comment.