File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -197,19 +197,7 @@ QString formatPingTime(double dPingTime);
197197/* Format a CNodeCombinedStats.nTimeOffset into a user-readable string. */
198198QString formatTimeOffset (int64_t nTimeOffset);
199199
200- #if defined(Q_OS_MAC)
201- // workaround for Qt OSX Bug:
202- // https://bugreports.qt-project.org/browse/QTBUG-15631
203- // QProgressBar uses around 10% CPU even when app is in background
204- class ProgressBar : public QProgressBar
205- {
206- bool event (QEvent *e) {
207- return (e->type () != QEvent::StyleAnimationUpdate) ? QProgressBar::event (e) : false ;
208- }
209- };
210- #else
211- typedef QProgressBar ProgressBar;
212- #endif
200+ typedef QProgressBar ProgressBar;
213201
214202/* *
215203* Splits the string into substrings wherever separator occurs, and returns
You can’t perform that action at this time.
0 commit comments