mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-03 00:04:47 -04:00
feat(#62838): PR feedback forward-declare classes
This commit is contained in:
parent
c735ee32f9
commit
50857718a6
@ -19,12 +19,13 @@
|
||||
///@cond PRIVATE
|
||||
#define SIP_NO_FILE
|
||||
|
||||
#include "qgsstacasset.h"
|
||||
#include "qgsstacobject.h"
|
||||
#include "ui_qgsstacobjectdetailsdialog.h"
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
class QgsStacAsset;
|
||||
class QgsStacObject;
|
||||
|
||||
class QgsStacObjectDetailsDialog : public QDialog, private Ui::QgsStacObjectDetailsDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Loading…
x
Reference in New Issue
Block a user