camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakefilesavethread.cpp
changeset 37 64817133cd1d
parent 19 d9aefe59d544
child 46 c826656d6714
equal deleted inserted replaced
36:b12f3922a74f 37:64817133cd1d
    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 }