mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
TravisCI: switch to Trusty image. Closes #4953.
Drop workaround for gcc-4.8
This commit is contained in:
parent
e48649ac3e
commit
09194f8e1b
2 changed files with 69 additions and 48 deletions
|
@ -642,7 +642,7 @@ QString Utils::Misc::osName()
|
|||
{
|
||||
// static initialization for usage in signal handler
|
||||
static const QString name =
|
||||
#ifdef QBT_USES_QT5
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0))
|
||||
QString("%1 %2 %3")
|
||||
.arg(QSysInfo::prettyProductName())
|
||||
.arg(QSysInfo::kernelVersion())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue