diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-05-24 18:38:41 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-05-24 18:49:26 (GMT) |
commit | 95ff0fccf5fdefc395091a16e278bf3c2cd9d865 (patch) | |
tree | d7517592dec8944af7b5db12c86ee0d66b9203a0 /Swift/QtUI/QtRosterHeader.h | |
parent | ff464cee022c75258405ab01ebeedf7bc1c79aa0 (diff) | |
download | swift-contrib-95ff0fccf5fdefc395091a16e278bf3c2cd9d865.zip swift-contrib-95ff0fccf5fdefc395091a16e278bf3c2cd9d865.tar.bz2 |
Various cleanups
Diffstat (limited to 'Swift/QtUI/QtRosterHeader.h')
-rw-r--r-- | Swift/QtUI/QtRosterHeader.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Swift/QtUI/QtRosterHeader.h b/Swift/QtUI/QtRosterHeader.h index 7fed2c0..72091cb 100644 --- a/Swift/QtUI/QtRosterHeader.h +++ b/Swift/QtUI/QtRosterHeader.h @@ -45,8 +45,6 @@ namespace Swift { // void toggleExpanded(); QString name_; QLabel* avatarLabel_; -#warning FIXME - replace QLabel with override to do elide -//http://lists.trolltech.com/pipermail/qt-interest/2010-January/018056.html QLabel* nameLabel_; QtTextEdit* statusEdit_; QToolBar* toolBar_; |