Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannQDQ authored and nyalldawson committed Apr 24, 2023
1 parent db00e21 commit e29b054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/options/qgsuserprofileselectiondialog.cpp
Expand Up @@ -15,8 +15,8 @@

#include <QListWidgetItem>
#include <QMessageBox>
#include <QPushButton>

#include "qgisapp.h"
#include "qgsapplication.h"
#include "qgsuserprofilemanager.h"
#include "qgsnewnamedialog.h"
Expand Down
3 changes: 2 additions & 1 deletion src/app/options/qgsuserprofileselectiondialog.h
Expand Up @@ -17,6 +17,7 @@
#define QGSUSERPROFILESELECTIONDIALOG_H

#include <QDialog>
#include <qgis_app.h>

#include "ui_qgsuserprofileselectiondialog.h"

Expand All @@ -30,7 +31,7 @@ class QEvent;
* \brief A dialog shown at startup to select the user profile
* \since QGIS 3.32
*/
class GUI_EXPORT QgsUserProfileSelectionDialog : public QDialog, private Ui::QgsUserProfileSelectionDialog
class APP_EXPORT QgsUserProfileSelectionDialog : public QDialog, private Ui::QgsUserProfileSelectionDialog
{
Q_OBJECT

Expand Down

0 comments on commit e29b054

Please sign in to comment.