Skip to content

Commit

Permalink
fix build error on windows and some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 6, 2013
1 parent ac50183 commit 5a1bcf3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions src/core/dxf/qgsdxfexport.cpp
Expand Up @@ -1669,11 +1669,14 @@ void QgsDxfExport::writeLinestyleAC1018( QTextStream& stream, const QString& sty

void QgsDxfExport::writeEntitiesAC1018( QTextStream& stream )
{
Q_UNUSED( stream );
//todo...
}

void QgsDxfExport::writeEntitiesSymbolLevelsAC1018( QTextStream& stream, QgsVectorLayer* layer )
{
Q_UNUSED( stream );
Q_UNUSED( layer );
//todo...
}

Expand Down
3 changes: 1 addition & 2 deletions src/core/symbology-ng/qgssymbollayerv2.h
Expand Up @@ -31,14 +31,13 @@
#include <QDomElement>

#include "qgssymbolv2.h"

#include "qgssymbollayerv2utils.h" // QgsStringMap
#include "qgsdxfexport.h"

class QPainter;
class QSize;
class QPolygonF;

class QgsDxfExport;
class QgsExpression;
class QgsRenderContext;

Expand Down
1 change: 1 addition & 0 deletions src/gui/CMakeLists.txt
Expand Up @@ -392,6 +392,7 @@ INCLUDE_DIRECTORIES(
../core/composer
../core/raster
../core/symbology-ng
../core/dxf
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}/../ui
${QWT_INCLUDE_DIR}
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -3882,9 +3882,9 @@
<property name="title">
<string>Default datum transformations</string>
</property>
<layout class="QGridLayout" name="gridLayout_8">
<layout class="QGridLayout" name="gridLayout_10">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<layout class="QHBoxLayout" name="horizontalLayout_38">
<item>
<widget class="QPushButton" name="mAddDefaultTransformButton">
<property name="text">
Expand Down

0 comments on commit 5a1bcf3

Please sign in to comment.