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/QtAboutWidget.h | |
| parent | 52b06bd89d91e2f5e0c1ae439cd1e5c3e4b9bf2e (diff) | |
| download | swift-contrib-9c79d93c3a98b9507f42c2f564916e0ef975c525.zip swift-contrib-9c79d93c3a98b9507f42c2f564916e0ef975c525.tar.bz2 | |
Allow multi-line inputs, and grow accordingly.
Diffstat (limited to 'Swift/QtUI/QtAboutWidget.h')
| -rw-r--r-- | Swift/QtUI/QtAboutWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtAboutWidget.h b/Swift/QtUI/QtAboutWidget.h index 8e6f027..0a1fc3f 100644 --- a/Swift/QtUI/QtAboutWidget.h +++ b/Swift/QtUI/QtAboutWidget.h @@ -12,4 +12,4 @@ namespace Swift { QtAboutWidget(); static QtAboutWidget* instance_; }; -}
\ No newline at end of file +} |
Swift