We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24bcce commit c5a2282Copy full SHA for c5a2282
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