diff options
| author | Tannin <devnull@localhost> | 2014-11-09 14:01:48 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-11-09 14:01:48 +0100 |
| commit | 1eea3bd90e5e5cc3b05cf9c963533c3630f9ae52 (patch) | |
| tree | a523051c49c33a9b47f955d12c0df5e43564e8df /src/aboutdialog.cpp | |
| parent | 20db939501958275eb591c7737ffcc3f5f7685bd (diff) | |
- bsa parser will now cancel in case of a read error. Before, when attempting to parse a broken bsa it could take forever and continuously allocate memory
- better error message when bsa parsing fails
- slightly better support for font colors in bbcode converter
- configurator now also uses pyqt5
- bugfix: bsa hashing function converted backslashes to slashes instead of the other way around. hash calculation is still often wrong on folder names...
Diffstat (limited to 'src/aboutdialog.cpp')
| -rw-r--r-- | src/aboutdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aboutdialog.cpp b/src/aboutdialog.cpp index 90dcd073..d7749187 100644 --- a/src/aboutdialog.cpp +++ b/src/aboutdialog.cpp @@ -36,7 +36,7 @@ AboutDialog::AboutDialog(const QString &version, QWidget *parent) m_LicenseFiles[LICENSE_CCBY3] = "by-sa3.txt";
m_LicenseFiles[LICENSE_ZLIB] = "zlib.txt";
- addLicense("Qt 4.8.5", LICENSE_LGPL3);
+ addLicense("Qt 5.3", LICENSE_LGPL3);
addLicense("Qt Json", LICENSE_GPL3);
addLicense("Boost Library", LICENSE_BOOST);
addLicense("7-zip", LICENSE_LGPL3);
|
