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

« back to all changes in this revision

Viewing changes to src/qgsfillstylewidget.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:
 
1
 
 
2
/***************************************************************************
 
3
                                 qgsfillstyle.h
 
4
                               ------------------
 
5
        begin                : March 2005
 
6
        copyright            : (C) 2005 by Tim Sutton
 
7
        email                : tim@linfiniti.com
 
8
 ***************************************************************************/
 
9
/***************************************************************************
 
10
 *                                                                         *
 
11
 *   This program is free software; you can redistribute it and/or modify  *
 
12
 *   it under the terms of the GNU General Public License as published by  *
 
13
 *   the Free Software Foundation; either version 2 of the License, or     *
 
14
 *   (at your option) any later version.                                   *
 
15
 *                                                                         *
 
16
 ***************************************************************************/
 
17
 
 
18
#include "qgsfillstylewidget.h"
 
19
 
 
20
QgsFillStyleWidget::QgsFillStyleWidget(  QWidget *parent, const char * name, WFlags f)
 
21
           :QgsFillStyleWidgetBase( parent, name, f)
 
22
{
 
23
}
 
24
 
 
25
QgsFillStyleWidget::~QgsFillStyleWidget()
 
26
{
 
27
}