diff options
Diffstat (limited to 'Swift/QtUI/QtRosterHeader.h')
-rw-r--r-- | Swift/QtUI/QtRosterHeader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/QtUI/QtRosterHeader.h b/Swift/QtUI/QtRosterHeader.h index 6d36b75..d4948cb 100644 --- a/Swift/QtUI/QtRosterHeader.h +++ b/Swift/QtUI/QtRosterHeader.h @@ -21,6 +21,7 @@ class QHBoxLayout; namespace Swift { class QtStatusWidget; + class QtElidingLabel; class QtRosterHeader : public QWidget { Q_OBJECT @@ -37,7 +38,7 @@ namespace Swift { private: QString name_; QLabel* avatarLabel_; - QLabel* nameLabel_; + QtElidingLabel* nameLabel_; QtTextEdit* statusEdit_; QToolBar* toolBar_; QtStatusWidget* statusWidget_; |