We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0006e3 commit e9c94d3Copy full SHA for e9c94d3
cppproperties/qt_widgets/factory.hpp
@@ -27,7 +27,8 @@ namespace tct::properties::qt_widgets
27
template<typename T_raw, typename T_editor>
28
[[nodiscard]]
29
static
30
- std::unique_ptr<QWidget> build_widget(property_base* pb)
+ std::unique_ptr<QWidget>
31
+ build_widget(property_base* pb)
32
{
33
// Make sure the editor can handle this type
34
static_assert(std::is_same_v<T_raw, typename T_editor::type>);
0 commit comments