Browse Source

[Qt, OSX] fix Qt4.8 compatibility with QProgressBar issue

Rebased-From: 7f33d2cebfde99ded12c711ef6bd77c91725cfb8
Github-Issue: #5344
0.10
Jonas Schnelli 10 years ago committed by Wladimir J. van der Laan
parent
commit
c5a2282855
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      src/qt/guiutil.h

2
src/qt/guiutil.h

@ -189,7 +189,7 @@ namespace GUIUtil @@ -189,7 +189,7 @@ namespace GUIUtil
/* Format a CNodeCombinedStats.dPingTime into a user-readable string or display N/A, if 0*/
QString formatPingTime(double dPingTime);
#ifdef Q_OS_MAC
#if defined(Q_OS_MAC) && QT_VERSION >= 0x050000
// workaround for Qt OSX Bug:
// https://bugreports.qt-project.org/browse/QTBUG-15631
// QProgressBar uses around 10% CPU even when app is in background

Loading…
Cancel
Save