camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakefilesavethread.cpp
changeset 41 67457b2ffb33
parent 19 d9aefe59d544
child 46 c826656d6714
equal deleted inserted replaced
40:2922f70fca82 41:67457b2ffb33
    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 }