Skip to content

Commit

Permalink
Fix missing bindings, headers and build
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 3, 2016
1 parent 45227e5 commit 514b03c
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
5 changes: 1 addition & 4 deletions python/gui/symbology-ng/qgsrendererwidgetcontainer.sip
Expand Up @@ -5,7 +5,7 @@
class QgsRendererWidgetContainer : QWidget
{
%TypeHeaderCode
#include <qgsrendererwidgetcontainer.h>
#include "qgsrendererwidgetcontainer.h"
%End
public:
/**
Expand All @@ -29,9 +29,6 @@ class QgsRendererWidgetContainer : QWidget
*/
void accepted();

public slots:

protected:
void keyPressEvent( QKeyEvent* event );

};
2 changes: 1 addition & 1 deletion src/gui/raster/qgshillshaderendererwidget.h
Expand Up @@ -18,7 +18,7 @@
#ifndef QGSHILLSHADERENDERERWIDGET_H
#define QGSHILLSHADERENDERERWIDGET_H

#include "ui_qghillshaderendererwidget.h"
#include "ui_qgshillshaderendererwidget.h"

#include <QDoubleSpinBox>

Expand Down
Expand Up @@ -602,7 +602,6 @@ void QgsCategorizedSymbolRendererV2Widget::categoriesDoubleClicked( const QModel

void QgsCategorizedSymbolRendererV2Widget::changeCategorySymbol()
{
int catIdx = currentCategoryRow();
QgsRendererCategoryV2 category = mRenderer->categories().value( currentCategoryRow() );

QgsSymbolV2 *symbol = category.symbol();
Expand Down
14 changes: 14 additions & 0 deletions src/gui/symbology-ng/qgsrendererwidgetcontainer.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
qgsrendererwidgetcontainer.cpp
---------------------
begin : June 2016
copyright : (C) 2016 by Nathan Woodrow
email :
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#include <QDialogButtonBox>
#include <QPushButton>

Expand Down
14 changes: 14 additions & 0 deletions src/gui/symbology-ng/qgsrendererwidgetcontainer.h
@@ -1,3 +1,17 @@
/***************************************************************************
qgsrendererwidgetcontainer.h
---------------------
begin : June 2016
copyright : (C) 2016 by Nathan Woodrow
email :
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSRENDERERWIDGETCONTAINER_H
#define QGSRENDERERWIDGETCONTAINER_H

Expand Down
File renamed without changes.

0 comments on commit 514b03c

Please sign in to comment.