Bumping Qt-Color-Widgets (#2052)
* Bumping Qt-Color-Widgets * changing Qt Color Widget CMAKE setup
This commit is contained in:
@@ -97,7 +97,7 @@ SidePanelWidget::SidePanelWidget(QPixmap* p, QWidget* parent)
|
||||
// color wheel sigslots
|
||||
// re-emit ColorWheel::colorSelected as SidePanelWidget::colorChanged
|
||||
connect(m_colorWheel,
|
||||
&color_widgets::ColorWheel::mouseReleaseOnColor,
|
||||
&color_widgets::ColorWheel::colorSelected,
|
||||
this,
|
||||
&SidePanelWidget::colorChanged);
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "color_wheel.hpp"
|
||||
#include "QtColorWidgets/color_wheel.hpp"
|
||||
#include <QWidget>
|
||||
|
||||
class QVBoxLayout;
|
||||
|
||||
Reference in New Issue
Block a user