Skip to content

Commit

Permalink
forward declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 26, 2023
1 parent 67e5a50 commit a79af93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/qgsidentifyresultsdialog.h
Expand Up @@ -18,6 +18,7 @@
#ifndef QGSIDENTIFYRESULTSDIALOG_H
#define QGSIDENTIFYRESULTSDIALOG_H

#include "qgis_app.h"
#include "ui_qgsidentifyresultsbase.h"
#include "qgshelp.h"
#include "qgsfeature.h"
Expand All @@ -34,9 +35,9 @@
#include <QNetworkRequest>
#include <QNetworkReply>
#include <QUrl>
#include "qgis_app.h"

class QCloseEvent;
class QToolButton;
class QTreeWidgetItem;
class QAction;
class QMenu;
Expand Down

0 comments on commit a79af93

Please sign in to comment.