diff options
author | Kevin Smith <git@kismith.co.uk> | 2009-08-29 10:25:14 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2009-08-29 10:25:14 (GMT) |
commit | 9c79d93c3a98b9507f42c2f564916e0ef975c525 (patch) | |
tree | a14f4abb4f8c2adec4e11603f21b484853bc7bd2 /Swift/QtUI/SConscript | |
parent | 52b06bd89d91e2f5e0c1ae439cd1e5c3e4b9bf2e (diff) | |
download | swift-9c79d93c3a98b9507f42c2f564916e0ef975c525.zip swift-9c79d93c3a98b9507f42c2f564916e0ef975c525.tar.bz2 |
Allow multi-line inputs, and grow accordingly.
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 679b3c0..b818af9 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -64,6 +64,7 @@ sources = [ "QtSoundPlayer.cpp", "QtSystemTray.cpp", "QtTabbable.cpp", + "QtTextEdit.cpp", "ChatSnippet.cpp", "MessageSnippet.cpp", "SystemMessageSnippet.cpp", |