We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a574189 commit 7f33d2cCopy full SHA for 7f33d2c
src/qt/guiutil.h
@@ -189,7 +189,7 @@ namespace GUIUtil
189
/* Format a CNodeCombinedStats.dPingTime into a user-readable string or display N/A, if 0*/
190
QString formatPingTime(double dPingTime);
191
192
-#ifdef Q_OS_MAC
+#if defined(Q_OS_MAC) && QT_VERSION > 0x050000
193
// workaround for Qt OSX Bug:
194
// https://bugreports.qt-project.org/browse/QTBUG-15631
195
// QProgressBar uses around 10% CPU even when app is in background
0 commit comments