~ubuntu-branches/ubuntu/quantal/kdepimlibs/quantal-proposed

« back to all changes in this revision

Viewing changes to kcalcore/icalformat.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-07-08 00:32:40 UTC
  • mfrom: (1.1.63 upstream)
  • Revision ID: package-import@ubuntu.com-20110708003240-0gzufcu25rui82r1
Tags: 4:4.6.90-0ubuntu1
* New upstream release candidate
  - Bump build-dep on libakonadi-dev
  - update install files with new library versions
  - update libkcal4.install
  - refresh libakonadi-kde4.symbols, libkcalcore4.symbols,
    libkholidays4.symbols and libkimap4.symbols
  - exclude kde-runtime not kdebase-runtime in rules.
  - Update Vcs links for new location

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
    QString toString( const Incidence::Ptr &incidence );
133
133
 
134
134
    /**
 
135
      Converts an Incidence to a QByteArray.
 
136
      @param incidence is a pointer to an Incidence object to be converted
 
137
      into a QByteArray.
 
138
 
 
139
      @return the QString will be Null if the conversion was unsuccessful.
 
140
      @since 4.7
 
141
    */
 
142
    QByteArray toRawString( const Incidence::Ptr &incidence );
 
143
 
 
144
    /**
135
145
      Converts a RecurrenceRule to a QString.
136
146
      @param rule is a pointer to a RecurrenceRule object to be converted
137
147
      into a QString.