~ubuntu-branches/ubuntu/saucy/kdepimlibs/saucy-proposed

« back to all changes in this revision

Viewing changes to kcalutils/tests/testincidenceformatter.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2014-01-16 14:37:08 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20140116143708-to5k8l8il6534d0f
Tags: 4:4.11.5-0ubuntu0.1
New upstream bugfix release (LP: #1266285)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
class IncidenceFormatterTest : public QObject
28
28
{
29
 
  Q_OBJECT
30
 
  private Q_SLOTS:
 
29
    Q_OBJECT
 
30
private Q_SLOTS:
31
31
    void testRecurrenceString();
32
32
};
33
33