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 | 9ab7bada1c81eb82d97df23da64a56a0eba0bf42 (patch) | |
| tree | f7a66cdf431edae3b51b438fa9f60a81a119d467 /src/aboutdialog.cpp | |
| parent | 10cc56608135b5ca0454b7515f6e7d90f4eb7b92 (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);
|
