mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Remove unneeded forward declarations.
This commit is contained in:
parent
55b3fd4418
commit
1046d57190
@ -30,8 +30,6 @@ namespace CSVRender
|
|||||||
|
|
||||||
namespace CSVWidget
|
namespace CSVWidget
|
||||||
{
|
{
|
||||||
class SceneToolShapeBrush;
|
|
||||||
|
|
||||||
/// \brief Layout-box for some brush button settings
|
/// \brief Layout-box for some brush button settings
|
||||||
class ShapeBrushSizeControls : public QGroupBox
|
class ShapeBrushSizeControls : public QGroupBox
|
||||||
{
|
{
|
||||||
@ -49,8 +47,6 @@ namespace CSVWidget
|
|||||||
friend class CSVRender::TerrainShapeMode;
|
friend class CSVRender::TerrainShapeMode;
|
||||||
};
|
};
|
||||||
|
|
||||||
class SceneToolShapeBrush;
|
|
||||||
|
|
||||||
/// \brief Brush settings window
|
/// \brief Brush settings window
|
||||||
class ShapeBrushWindow : public QFrame
|
class ShapeBrushWindow : public QFrame
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user