~xavi-garcia-mena/keeper/restore

« back to all changes in this revision

Viewing changes to tests/fakes/restore-reader.h

  • Committer: Xavi Garcia Mena
  • Date: 2016-11-16 14:03:36 UTC
  • Revision ID: xavi.garcia.mena@canonical.com-20161116140336-qqxf9w69921ulrmm
a litle tidy up

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
public Q_SLOTS:
34
34
    void read_chunk();
35
35
    void finish();
36
 
    void onSocketBytesWritten(int64_t bytes);
 
36
    void on_bytes_written(int64_t bytes);
37
37
private:
38
38
    QLocalSocket socket_;
39
39
    QString file_path_;