Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
18 additions
and 18 deletions.
@@ -1,17 +1,17 @@ | ||
#include "qgsmapstylepanel.h" | ||
|
||
QgsMapStylePanel::QgsMapStylePanel(QgsMapLayer *layer, QgsMapCanvas *canvas, QWidget *parent) | ||
: QWidget( parent ) | ||
{ | ||
|
||
} | ||
|
||
QgsMapStylePanelFactory::QgsMapStylePanelFactory() | ||
{ | ||
|
||
} | ||
|
||
QgsMapStylePanelFactory::~QgsMapStylePanelFactory() | ||
{ | ||
|
||
} | ||
#include "qgsmapstylepanel.h" | ||
|
||
QgsMapStylePanel::QgsMapStylePanel( QgsMapLayer * /*layer*/, QgsMapCanvas * /*canvas*/, QWidget *parent ) | ||
: QWidget( parent ) | ||
{ | ||
|
||
} | ||
|
||
QgsMapStylePanelFactory::QgsMapStylePanelFactory() | ||
{ | ||
|
||
} | ||
|
||
QgsMapStylePanelFactory::~QgsMapStylePanelFactory() | ||
{ | ||
|
||
} |