~ubuntu-branches/ubuntu/vivid/gnote/vivid-proposed

« back to all changes in this revision

Viewing changes to src/synchronization/syncui.cpp

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2014-10-04 23:29:38 UTC
  • mfrom: (1.3.22)
  • Revision ID: package-import@ubuntu.com-20141004232938-ctmgoabfgfoz27ft
Tags: 3.14.0-1
* New upstream release.
* Update Standards version to 3.9.6, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * gnote
3
3
 *
4
 
 * Copyright (C) 2012-2013 Aurimas Cernius
 
4
 * Copyright (C) 2012-2014 Aurimas Cernius
5
5
 *
6
6
 * This program is free software: you can redistribute it and/or modify
7
7
 * it under the terms of the GNU General Public License as published by
27
27
namespace gnote {
28
28
namespace sync {
29
29
 
 
30
  SyncUI::SyncUI(NoteManagerBase & manager)
 
31
    : m_manager(manager)
 
32
  {
 
33
  }
 
34
 
30
35
  void SyncUI::note_synchronized_th(const std::string & noteTitle, NoteSyncType type)
31
36
  {
32
37
    utils::main_context_invoke(boost::bind(