Bumping Qt-Color-Widgets (#2052)

* Bumping Qt-Color-Widgets

* changing Qt Color Widget CMAKE setup
This commit is contained in:
borgmanJeremy
2021-11-20 20:44:58 -06:00
committed by GitHub
parent 2283b3e783
commit 8ab1ac0eaa
135 changed files with 16061 additions and 712 deletions

View File

@@ -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);
}

View File

@@ -3,7 +3,7 @@
#pragma once
#include "color_wheel.hpp"
#include "QtColorWidgets/color_wheel.hpp"
#include <QWidget>
class QVBoxLayout;