~rpadovani/reminders-app/fixForReload

« back to all changes in this revision

Viewing changes to src/plugin/Evernote/utils/textformat.cpp

  • Committer: Alberto Mardegan
  • Date: 2014-01-30 13:45:37 UTC
  • mfrom: (43 trunk)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: alberto.mardegan@canonical.com-20140130134537-mbg40iguq9y2vgho
Update from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright: 2013 Canonical, Ltd
 
3
 *
 
4
 * This file is part of reminders-app
 
5
 *
 
6
 * reminders-app 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
 * reminders-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
 * Authors: Michael Zanetti <michael.zanetti@canonical.com>
 
19
 */
 
20
 
 
21
#include "textformat.h"
 
22
 
 
23
TextFormat::TextFormat(QObject *parent): QObject(parent)
 
24
{
 
25
}