Mercurial > hg > svgui
comparison widgets/Thumbwheel.cpp @ 330:846746e4e865 spectrogram-cache-rejig
* cache bits & bobs (wholly broken at the moment)
author | Chris Cannam |
---|---|
date | Fri, 16 Nov 2007 17:15:30 +0000 |
parents | c492902dba40 |
children |
comparison
equal
deleted
inserted
replaced
329:bbc9666cb961 | 330:846746e4e865 |
---|---|
434 } | 434 } |
435 | 435 |
436 void | 436 void |
437 Thumbwheel::paintEvent(QPaintEvent *) | 437 Thumbwheel::paintEvent(QPaintEvent *) |
438 { | 438 { |
439 Profiler profiler("Thumbwheel::paintEvent", true); | 439 Profiler profiler("Thumbwheel::paintEvent", false); |
440 | 440 |
441 int bw = 3; | 441 int bw = 3; |
442 | 442 |
443 QRect subclip; | 443 QRect subclip; |
444 if (m_orientation == Qt::Horizontal) { | 444 if (m_orientation == Qt::Horizontal) { |