~ywwg/mixxx/DJO-hacks-1.11

« back to all changes in this revision

Viewing changes to mixxx/src/widget/wspinny.h

  • Committer: Owen Williams
  • Date: 2012-12-24 06:09:04 UTC
  • mfrom: (2438.88.363 1.11)
  • Revision ID: owilliams@localhost-20121224060904-pci6ope8f933y8v4
mergeĀ fromĀ lp:mixxx/1.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    double calculatePositionFromAngle(double angle);
44
44
 
45
45
  private:
46
 
    QPixmap* m_pBG;
47
 
    QPixmap* m_pFG;
48
 
    QPixmap* m_pGhost;
 
46
    QImage* m_pBgImage;
 
47
    QImage* m_pFgImage;
 
48
    QImage* m_pGhostImage;
49
49
    ControlObjectThreadMain* m_pPlay;
50
50
    ControlObjectThreadMain* m_pPlayPos;
51
51
    ControlObjectThreadMain* m_pVisualPlayPos;