~ubuntu-branches/ubuntu/trusty/kwordquiz/trusty-proposed

« back to all changes in this revision

Viewing changes to src/kwqscorewidget.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-06-21 01:40:45 UTC
  • mfrom: (1.1.28)
  • Revision ID: package-import@ubuntu.com-20130621014045-d7ytnii6ypjct33d
Tags: 4:4.10.80-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
{
28
28
public:
29
29
  enum CountDirection {cdCorrect, cdError};
30
 
  KWQScoreWidget(QWidget *parent);
 
30
  explicit KWQScoreWidget(QWidget *parent);
31
31
 
32
32
  void clear();
33
33