Skip to content

Commit 2a34af8

Browse files
committedDec 30, 2016
Optimise destructors (pt 2)
1 parent 2daaff3 commit 2a34af8

File tree

181 files changed

+35
-668
lines changed

Some content is hidden

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

181 files changed

+35
-668
lines changed
 

‎src/core/composer/qgsatlascomposition.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ QgsAtlasComposition::QgsAtlasComposition( QgsComposition* composition )
4848
connect( QgsProject::instance(), SIGNAL( layersWillBeRemoved( QStringList ) ), this, SLOT( removeLayers( QStringList ) ) );
4949
}
5050

51-
QgsAtlasComposition::~QgsAtlasComposition()
52-
{
53-
}
54-
5551
void QgsAtlasComposition::setEnabled( bool enabled )
5652
{
5753
if ( enabled == mEnabled )

‎src/core/composer/qgsatlascomposition.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class CORE_EXPORT QgsAtlasComposition : public QObject
4545
Q_OBJECT
4646
public:
4747
QgsAtlasComposition( QgsComposition* composition );
48-
~QgsAtlasComposition();
4948

5049
/** Returns whether the atlas generation is enabled
5150
* @returns true if atlas is enabled

0 commit comments

Comments
 (0)
Please sign in to comment.