Mercurial > hg > svcore
comparison data/fileio/QuickTimeFileReader.h @ 282:e2fdcf9d35c5
* Make QuickTime file reader work (has been tested)
author | Chris Cannam |
---|---|
date | Wed, 08 Aug 2007 12:03:35 +0000 |
parents | 9c447d664275 |
children | 20028c634494 |
comparison
equal
deleted
inserted
replaced
281:9c447d664275 | 282:e2fdcf9d35c5 |
---|---|
58 QString m_title; | 58 QString m_title; |
59 | 59 |
60 class D; | 60 class D; |
61 D *m_d; | 61 D *m_d; |
62 | 62 |
63 QProgressDialog *m_progress; | |
63 bool m_cancelled; | 64 bool m_cancelled; |
64 int m_completion; | 65 int m_completion; |
65 | 66 |
66 class DecodeThread : public Thread | 67 class DecodeThread : public Thread |
67 { | 68 { |