~ubuntu-branches/ubuntu/quantal/digikam/quantal

« back to all changes in this revision

Viewing changes to extra/libkvkontakte/libkvkontakte/qintlist.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-10 17:30:36 UTC
  • mfrom: (1.2.37)
  • Revision ID: package-import@ubuntu.com-20111210173036-5s24adklt9vpqsac
Tags: 2:2.4.1-0ubuntu1
* New upstream release
* Build-dep on mysql-server-5.5
* Add kubuntu_disable_kvkontakte.diff to disable libkvkontakte which
  has compile failures, disable in debian/rules and debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    for (int i = 0; i < size(); i ++)
39
39
    {
40
40
        if (i)
41
 
            res += ",";
 
41
            res += ',';
42
42
        res += QString::number(at(i));
43
43
    }
44
44