~xavi-garcia-mena/keeper/owncloud-test

« back to all changes in this revision

Viewing changes to src/service/keeper-helper.cpp

  • Committer: Xavi Garcia Mena
  • Date: 2016-11-17 12:59:44 UTC
  • Revision ID: xavi.garcia.mena@canonical.com-20161117125944-xt47ulvg2lscwpx6
Changed the way we create the socket between keeper and restore helper

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
{
56
56
    qDebug() << "KeeperHelper::UpdateStatus(" << app_id << "," << status << "," << percentage << ")";
57
57
}
 
58
 
 
59
void KeeperHelper::RestoreReady()
 
60
{
 
61
    keeper_.RestoreReady();
 
62
}