Skip to content

Commit 5170e8a

Browse files
committed
Fix includes
1 parent fec2785 commit 5170e8a

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

plugins/Scenery3d/src/gui/Scenery3dDialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "StelGui.hpp"
3030
#include "StelTranslator.hpp"
3131
#include "StelActionMgr.hpp"
32+
#include "ui_scenery3dDialog.h"
3233

3334
#include <QLineEdit>
3435
#include <QStandardItemModel>

plugins/Scenery3d/src/gui/Scenery3dDialog.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
#ifndef SCENERY3DDIALOG_HPP
2222
#define SCENERY3DDIALOG_HPP
2323

24+
#include <QListWidgetItem>
2425
#include "StelDialog.hpp"
2526
#include "S3DEnum.hpp"
26-
#include "ui_scenery3dDialog.h"
2727

28+
class Ui_scenery3dDialogForm;
2829
class Scenery3d;
2930
struct SceneInfo;
3031

plugins/Scenery3d/src/gui/StoredViewDialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include "StelGui.hpp"
2727
#include "StelModuleMgr.hpp"
2828
#include "StelTranslator.hpp"
29+
#include "ui_storedViewDialog.h"
2930

3031
StoredViewDialog::StoredViewDialog(QObject *parent) : StelDialog("Scenery3dViews", parent), mgr(nullptr), viewModel(nullptr)
3132
{

plugins/Scenery3d/src/gui/StoredViewDialog.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
#define STOREDVIEWDIALOG_HPP
2323

2424
#include "StelDialog.hpp"
25-
#include "ui_storedViewDialog.h"
2625

2726
class Scenery3d;
2827
class StoredViewModel;
28+
class Ui_storedViewDialogForm;
2929

3030
class StoredViewDialog : public StelDialog
3131
{

0 commit comments

Comments
 (0)