~ubuntu-branches/ubuntu/trusty/scribus/trusty

« back to all changes in this revision

Viewing changes to scribus/charselectenhanced.cpp

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-05-16 20:34:07 UTC
  • mfrom: (1.1.13) (32.1.2 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130516203407-ztj7ebsivoo41dih
Tags: 1.4.2.dfsg+r18267-1ubuntu2
Avoid qreal/double type clashes on ARM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
{
76
76
//     tDebug("scanFont start");
77
77
        uint  charcode;
78
 
        uint   gindex;
79
78
        QString   gname;
80
79
        allClasses.clear();
81
80
        charactersFull.clear();
112
111
                it != glyphs.end(); ++it)
113
112
        {
114
113
                charcode = it.value().first.unicode();
115
 
                gindex = it.key();
116
114
                gname = it.value().second;
117
115
                charactersFull.append(charcode);
118
116
                if ((charcode >= 0x0020) && (charcode <= 0x007F))