~ubuntu-branches/ubuntu/utopic/ktp-text-ui/utopic

« back to all changes in this revision

Viewing changes to filters/bugzilla/bugzilla-filter.cpp

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-04-03 11:16:03 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20130403111603-mqiai77hslfbjo09
Tags: 0.6.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    AbstractMessageFilter(parent), d(new Private)
42
42
{
43
43
    d->bugText = QRegExp(QLatin1String("BUG:[ ]*(\\d+)"));
 
44
    d->bugText.setCaseSensitivity(Qt::CaseInsensitive);
44
45
 
45
46
    d->bugzillaHosts << QLatin1String("bugzilla.mozilla.org")
46
47
                     << QLatin1String("bugzilla.kernel.org")