chore: remove old Qt 5.12 code, update docs and FreeBSD runner (#5396)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -85,11 +85,7 @@ void DebugCount::decrease(const QString &name, const int64_t &amount)
|
||||
|
||||
QString DebugCount::getDebugText()
|
||||
{
|
||||
#if QT_VERSION > QT_VERSION_CHECK(5, 13, 0)
|
||||
static const QLocale locale(QLocale::English);
|
||||
#else
|
||||
static QLocale locale(QLocale::English);
|
||||
#endif
|
||||
|
||||
auto counts = COUNTS.access();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user