camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakefilesavethread.cpp
changeset 48 42ba2d16bf40
parent 37 64817133cd1d
equal deleted inserted replaced
37:64817133cd1d 48:42ba2d16bf40
    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     Q_UNUSED(status);
       
    40     Q_UNUSED(filename);
    39 }
    41 }
    40 
    42 
    41 void CxeFakeFileSaveThread::handleSnapshotReady(CxeError::Id status, const QImage &snapshot, const QString &filename)
    43 void CxeFakeFileSaveThread::handleSnapshotReady(CxeError::Id status, const QImage &snapshot, const QString &filename)
    42 {
    44 {
       
    45     Q_UNUSED(status);
       
    46     Q_UNUSED(snapshot);
       
    47     Q_UNUSED(filename);
    43 }
    48 }
    44 
    49 
    45 void CxeFakeFileSaveThread::handleSnapshotReady(CxeError::Id status, const QImage &snapshot, int id)
    50 void CxeFakeFileSaveThread::handleSnapshotReady(CxeError::Id status, const QImage &snapshot, int id)
    46 {
    51 {
       
    52     Q_UNUSED(status);
       
    53     Q_UNUSED(snapshot);
       
    54     Q_UNUSED(id);
    47 }
    55 }