equal
deleted
inserted
replaced
32 data->save(); |
32 data->save(); |
33 } |
33 } |
34 |
34 |
35 } |
35 } |
36 |
36 |
37 void CxeFakeFileSaveThread::handleVideoSaved(CxeError::Id status, const QString& filename) |
37 void CxeFakeFileSaveThread::handleVideoSaved(CxeError::Id status, const QString &filename) |
38 { |
38 { |
39 } |
39 } |
40 |
40 |
41 void CxeFakeFileSaveThread::handleSnapshotReady(CxeError::Id status, const QPixmap& snapshot, const QString& filename) |
41 void CxeFakeFileSaveThread::handleSnapshotReady(CxeError::Id status, const QImage &snapshot, const QString &filename) |
42 { |
42 { |
43 } |
43 } |
44 |
44 |
45 void CxeFakeFileSaveThread::handleSnapshotReady(CxeError::Id status, const QPixmap& snapshot, int id) |
45 void CxeFakeFileSaveThread::handleSnapshotReady(CxeError::Id status, const QImage &snapshot, int id) |
46 { |
46 { |
47 } |
47 } |