forked from qt-creator/qt-creator
Fix text eliding on progress bars
We need this for translations. I also added the label to the tool tip.
This commit is contained in:
@@ -73,6 +73,7 @@ protected:
|
||||
void mousePressEvent(QMouseEvent *event);
|
||||
|
||||
private slots:
|
||||
void updateToolTip(const QString &);
|
||||
void cancel();
|
||||
void setStarted();
|
||||
void setFinished();
|
||||
|
||||
Reference in New Issue
Block a user