CMake beautifications and compilation fixes.

This commit is contained in:
p620
2020-10-10 21:11:13 +03:00
parent 4988dc3188
commit 33b38d6268
2 changed files with 41 additions and 229 deletions

View File

@@ -14,6 +14,7 @@
#include <qt-color-widgets/gradient_slider.hpp>
#include <qt-color-widgets/color_list_widget.hpp>
class World;
namespace noggit
{
@@ -21,6 +22,7 @@ namespace noggit
{
class shader_tool : public QWidget
{
Q_OBJECT
public:
shader_tool(math::vector_4d& color, QWidget* parent = nullptr);