equal
deleted
inserted
replaced
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 #include <QPixmap> |
18 #include <QPixmap> |
|
19 #include <QImage> |
19 #include "cxefakequalitypresets.h" |
20 #include "cxefakequalitypresets.h" |
20 #include "cxefakevideocapturecontrol.h" |
21 #include "cxefakevideocapturecontrol.h" |
21 #include "cxutils.h" |
22 #include "cxutils.h" |
22 #include "cxestate.h" |
23 #include "cxestate.h" |
23 |
24 |
59 void CxeFakeVideoCaptureControl::stop() |
60 void CxeFakeVideoCaptureControl::stop() |
60 { |
61 { |
61 CX_DEBUG_ENTER_FUNCTION(); |
62 CX_DEBUG_ENTER_FUNCTION(); |
62 |
63 |
63 emit videoComposed(CxeError::None, filename()); |
64 emit videoComposed(CxeError::None, filename()); |
64 emit snapshotReady(CxeError::None, snapshot(), filename()); |
65 emit snapshotReady(CxeError::None, QImage(), filename()); |
65 |
66 |
66 CX_DEBUG_EXIT_FUNCTION(); |
67 CX_DEBUG_EXIT_FUNCTION(); |
67 } |
68 } |
68 |
69 |
69 void CxeFakeVideoCaptureControl::remainingTime(int &time) |
70 void CxeFakeVideoCaptureControl::remainingTime(int &time) |