~neon/kcron/master

« back to all changes in this revision

Viewing changes to src/crontablib/cthour.h

  • Committer: Montel Laurent
  • Date: 2017-06-02 05:19:54 UTC
  • Revision ID: git-v1:d2012ada61f57f20aa118922bb4243bbfdd04eb1
Tags: v17.07.80, v17.07.90, v17.08.0, v17.08.1, v17.08.2, v17.12.0
UseĀ Q_DECLARE_OVERRIDE

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        
28
28
        int findPeriod() const;
29
29
        
30
 
        QString exportUnit() const;
 
30
        QString exportUnit() const Q_DECL_OVERRIDE;
31
31
};
32
32
 
33
33
#endif // CTHOUR_H