camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakefilesavethread.cpp
changeset 43 0e652f8f1fbd
parent 19 d9aefe59d544
child 46 c826656d6714
equal deleted inserted replaced
28:3075d9b614e6 43:0e652f8f1fbd
    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 }