~ubuntu-branches/ubuntu/saucy/kig/saucy-proposed

« back to all changes in this revision

Viewing changes to filters/latexexporteroptions.cc

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    case Asymptote:
51
51
      expwidget->asyRadioButton->setChecked(true);
52
52
      break;
 
53
    // This enum member is just to track the number of formats, nothing to do here
 
54
    case FormatCount:
 
55
      break;
53
56
  }
54
57
}
55
58