Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix windows build
  • Loading branch information
jef-n committed Aug 20, 2014
1 parent 9ee68cf commit 475d930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/customwidgets/CMakeLists.txt
Expand Up @@ -72,6 +72,7 @@ INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_SOURCE_DIR}/../gui/
${CMAKE_CURRENT_SOURCE_DIR}/../gui/editorwidgets/
# ${CMAKE_CURRENT_BINARY_DIR}/../ui (no UI file yet)
${GEOS_INCLUDE_DIR}
)

#############################################################
Expand Down
2 changes: 1 addition & 1 deletion src/customwidgets/qgiscustomwidgets.h
Expand Up @@ -29,7 +29,7 @@ class QgisCustomWidgets : public QObject, public QDesignerCustomWidgetCollection

virtual QList<QDesignerCustomWidgetInterface*> customWidgets() const;

static QString groupName() {return "QGIS custom widgets";}
static QString groupName() { return tr( "QGIS custom widgets" ); }

private:
QList<QDesignerCustomWidgetInterface*> mWidgets;
Expand Down

0 comments on commit 475d930

Please sign in to comment.