diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-05-24 17:14:38 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-05-24 18:49:25 (GMT) |
commit | ff464cee022c75258405ab01ebeedf7bc1c79aa0 (patch) | |
tree | cf580126009cb1b1af9d94178363c5460f2be632 /Swift/QtUI/SConscript | |
parent | 688175f8bb6a4ae2c6589b5faabf08e3dd15e2f1 (diff) | |
download | swift-ff464cee022c75258405ab01ebeedf7bc1c79aa0.zip swift-ff464cee022c75258405ab01ebeedf7bc1c79aa0.tar.bz2 |
Escape to close status edit.
Resolves: #363
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 d948729..d4acc50 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -78,6 +78,7 @@ sources = [ "MessageSnippet.cpp", "SystemMessageSnippet.cpp", "QtElidingLabel.cpp", + "QtLineEdit.cpp", "Roster/RosterModel.cpp", "Roster/QtTreeWidget.cpp", # "Roster/QtTreeWidgetItem.cpp", |