Skip to content

Commit 3dc3d9d

Browse files
committedFeb 6, 2018
unite QgsMessageLog::Level and QgsMessageBar::MessageLevel in Qgis::MessageLevel
make enum items lower case remove unused QgsMessageLog::None and All
1 parent 33ca8fc commit 3dc3d9d

File tree

142 files changed

+610
-603
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+610
-603
lines changed
 

‎doc/api_break.dox

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,9 +1605,16 @@ QgsMarkerSymbolLayer {#qgis_api_break_3_0_QgsMarkerSymbolLayer}
16051605
- bounds() is now pure virtual and must be implemented in all subclasses.
16061606

16071607

1608+
QgsMessageBar {#qgis_api_break_3_0_QgsMessageBar}
1609+
---------------------------
1610+
1611+
- MessageLevel has been removed. Use Qgis::MessageLevel instead
1612+
1613+
16081614
QgsMessageLog {#qgis_api_break_3_0_QgsMessageLog}
16091615
---------------------------
16101616

1617+
- MessageLevel has been removed. Use Qgis::MessageLevel instead
16111618
- This class is no longer a singleton and instance() has been removed. Instead use QgsApplication::messageLog() to access an application-wide log.
16121619

16131620
QgsMessageLogViewer {#qgis_api_break_3_0_QgsMessageLogViewer}

‎external/libdxfrw/CMakeLists.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
INCLUDE_DIRECTORIES(
2-
${CMAKE_SOURCE_DIR}/src/core
3-
${CMAKE_BINARY_DIR}/src/core
2+
${CMAKE_SOURCE_DIR}/src/core
3+
${CMAKE_SOURCE_DIR}/src/core/geometry
4+
5+
${CMAKE_BINARY_DIR}/src/core
6+
${CMAKE_BINARY_DIR}/src/core/geometry
7+
48
${Qt5Core_INCLUDE_DIRS}
59
)
610

0 commit comments

Comments
 (0)
Please sign in to comment.