Skip to content

Commit 5e37e82

Browse files
committedJul 23, 2018
Apply clang-tidy modernization checks
1 parent 1201df5 commit 5e37e82

File tree

66 files changed

+114
-230
lines changed

Some content is hidden

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

66 files changed

+114
-230
lines changed
 

‎src/3d/qgs3dmapscene.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343

4444

4545
Qgs3DMapScene::Qgs3DMapScene( const Qgs3DMapSettings &map, QgsAbstract3DEngine *engine )
46-
: Qt3DCore::QEntity()
47-
, mMap( map )
46+
: mMap( map )
4847
, mEngine( engine )
4948
{
5049

‎src/3d/qgsoffscreen3dengine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class _3D_EXPORT QgsOffscreen3DEngine : public QgsAbstract3DEngine
6363
Q_OBJECT
6464
public:
6565
QgsOffscreen3DEngine();
66-
~QgsOffscreen3DEngine();
66+
~QgsOffscreen3DEngine() override;
6767

6868
//! Sets the size of the rendering area (in pixels)
6969
void setSize( const QSize &s );

0 commit comments

Comments
 (0)