diff options
| author | Kevin Smith <git@kismith.co.uk> | 2010-05-24 15:49:03 (GMT) |
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2010-05-24 15:49:03 (GMT) |
| commit | 10534d5b942e7ef1e2f8e6900fb5b17411111b06 (patch) | |
| tree | dad1d97e518614150b38a4f7a1e262228b732bff /Swift/QtUI/SConscript | |
| parent | c85da0a6e0448b07c51ae07e41a6714429510b83 (diff) | |
| download | swift-10534d5b942e7ef1e2f8e6900fb5b17411111b06.zip swift-10534d5b942e7ef1e2f8e6900fb5b17411111b06.tar.bz2 | |
Elide text in the roster header when it's wider than the roster.
Resolves: #369
Diffstat (limited to 'Swift/QtUI/SConscript')
| -rw-r--r-- | Swift/QtUI/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index 1c7f20b..d948729 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -77,6 +77,7 @@ sources = [ "ChatSnippet.cpp", "MessageSnippet.cpp", "SystemMessageSnippet.cpp", + "QtElidingLabel.cpp", "Roster/RosterModel.cpp", "Roster/QtTreeWidget.cpp", # "Roster/QtTreeWidgetItem.cpp", |
Swift