~ubuntu-branches/ubuntu/trusty/kdepimlibs/trusty

« back to all changes in this revision

Viewing changes to akonadi/notes/noteutils.cpp

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-11-23 17:36:44 UTC
  • mfrom: (1.1.102)
  • Revision ID: package-import@ubuntu.com-20131123173644-p5ow94192ezsny8g
Tags: 4:4.11.80-0ubuntu1
[ Rohan Garg ]
* New upstream beta release
  - Bump akonadi requirement to 1.10.45
  - Update install files
  - Update symbols

[ Philip Muškovac ]
* kdepimlibs-dev/-dbg breaks/replaces kdepim-runtime/-dbg (<< 4:4.11.80)

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
    QString mLabel;
73
73
};
74
74
 
75
 
 
76
75
Attachment::Attachment( const QUrl& url, const QString& mimetype )
77
76
: d_ptr( new Attachment::AttachmentPrivate( url, mimetype ) )
78
77
{
94
93
  delete d_ptr;
95
94
}
96
95
 
97
 
 
98
96
bool Attachment::operator==( const Attachment &a ) const
99
97
{
100
98
  const Q_D( Attachment );
143
141
  return d->mLabel;
144
142
}
145
143
 
146
 
 
147
 
 
148
144
class NoteMessageWrapper::NoteMessageWrapperPrivate
149
145
{
150
146
  public:
530
526
  return d->custom;
531
527
}
532
528
 
533
 
 
534
 
 
535
529
QString noteIconName()
536
530
{
537
531
  return QString::fromLatin1( "text-plain" );