Skip to content

Commit

Permalink
Revert forward declarations of members declared as properties - not w…
Browse files Browse the repository at this point in the history
…orking in Qt6
  • Loading branch information
tomasMizera authored and github-actions[bot] committed Nov 8, 2022
1 parent 0e0a3ed commit 31a4cfb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/quickgui/qgsquickmapsettings.cpp
Expand Up @@ -20,7 +20,6 @@
#include "qgsmaplayer.h"
#include "qgsmaplayerstylemanager.h"
#include "qgsmessagelog.h"
#include "qgsproject.h"
#include "qgsprojectviewsettings.h"

QgsQuickMapSettings::QgsQuickMapSettings( QObject *parent )
Expand Down
3 changes: 1 addition & 2 deletions src/quickgui/qgsquickmapsettings.h
Expand Up @@ -26,8 +26,7 @@
#include "qgsmapthemecollection.h"
#include "qgspoint.h"
#include "qgsrectangle.h"

class QgsProject;
#include "qgsproject.h"

/**
* \ingroup quick
Expand Down
1 change: 0 additions & 1 deletion src/quickgui/qgsquickmaptransform.cpp
Expand Up @@ -14,7 +14,6 @@
***************************************************************************/

#include "qgsquickmaptransform.h"
#include "qgsquickmapsettings.h"

void QgsQuickMapTransform::applyTo( QMatrix4x4 *matrix ) const
{
Expand Down
3 changes: 1 addition & 2 deletions src/quickgui/qgsquickmaptransform.h
Expand Up @@ -20,8 +20,7 @@
#include <QMatrix4x4>

#include "qgis_quick.h"

class QgsQuickMapSettings;
#include "qgsquickmapsettings.h"

/**
* \ingroup quick
Expand Down

0 comments on commit 31a4cfb

Please sign in to comment.