~renatofilho/address-book-service/remove-updater

« back to all changes in this revision

Viewing changes to updater/ab-update-module.cpp

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2015-10-07 13:31:56 UTC
  • Revision ID: renato.filho@canonical.com-20151007133156-kkhk8g865a6uyj04
Remove updater app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Copyright 2015 Canonical Ltd.
3
 
 *
4
 
 * This file is part of address-book-service.
5
 
 *
6
 
 * sync-monitor is free software; you can redistribute it and/or modify
7
 
 * it under the terms of the GNU General Public License as published by
8
 
 * the Free Software Foundation; version 3.
9
 
 *
10
 
 * contact-service-app is distributed in the hope that it will be useful,
11
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 
 * GNU General Public License for more details.
14
 
 *
15
 
 * You should have received a copy of the GNU General Public License
16
 
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
 
 */
18
 
 
19
 
#include "ab-update-module.h"
20
 
 
21
 
ABUpdateModule::ABUpdateModule(QObject *parent)
22
 
    : QObject(parent)
23
 
{
24
 
}
25
 
 
26
 
ABUpdateModule::~ABUpdateModule()
27
 
{
28
 
}