~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to src/qgsmarkerdialog.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2005-11-05 16:04:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051105160445-l0g4isz5bc9yehet
Tags: 0.7.4-1
* New upstream release
* Build GRASS support in qgis-plugin-grass package (Closes: #248649)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 *   (at your option) any later version.                                   *
15
15
 *                                                                         *
16
16
 ***************************************************************************/
17
 
/* $Id: qgsmarkerdialog.cpp,v 1.11 2004/11/14 08:42:46 telwertowski Exp $ */
 
17
/* $Id: qgsmarkerdialog.cpp,v 1.11.6.1 2005/07/09 23:51:19 timlinux Exp $ */
18
18
 
19
19
#include "qgsmarkerdialog.h"
20
20
#include "qgssvgcache.h"
81
81
    
82
82
    for(QStringList::Iterator it = files.begin(); it != files.end(); ++it )
83
83
    {
84
 
        qWarning(*it);
 
84
        qWarning((*it).local8Bit());
85
85
        
86
86
        //render the SVG file to a pixmap and put it into mIconView
87
87
        QPixmap pix = QgsSVGCache::instance().getPixmap(mCurrentDir + "/" +