We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3d40a commit 363b7f1Copy full SHA for 363b7f1
2 files changed
applications/plugins/SofaCUDA/sofa/gpu/gui/CudaDataWidget.cpp
@@ -26,7 +26,7 @@
26
#include <sofa/qt/SimpleDataWidget.h>
27
#include <sofa/qt/TableDataWidget.h>
28
29
-namespace sofa::gui::qt
+namespace sofa::qt
30
{
31
using sofa::helper::Creator;
32
using namespace sofa::type;
applications/plugins/SofaCUDA/sofa/gpu/gui/CudaDataWidget.h
@@ -21,7 +21,7 @@
21
******************************************************************************/
22
#pragma once
23
#include <sofa/gpu/cuda/CudaTypes.h>
24
-#include <sofa/gui/qt/QModelViewTableDataContainer.h>
+#include <sofa/qt/QModelViewTableDataContainer.h>
25
namespace sofa::qt
0 commit comments