X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Displayer.h;h=0ef3285f8fd2760ac8bdda2d1710d7a16f465a69;hb=2469ecd08c3b16def494626928ff81e575bdfe3d;hp=489508c2ca0f39e7f4bab6ab76080a6568ce5b3c;hpb=c9b4f4f7e22fffdc90c12927afeb26cc25ebd9cd;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Displayer.h b/src/XGUI/XGUI_Displayer.h index 489508c2c..0ef3285f8 100644 --- a/src/XGUI/XGUI_Displayer.h +++ b/src/XGUI/XGUI_Displayer.h @@ -92,7 +92,7 @@ class XGUI_EXPORT XGUI_Displayer: public QObject /// empty, select it, otherwise select the result. /// \param theValues a list of presentation to be selected /// \param theUpdateViewer the parameter whether the viewer should be update immediatelly - void setSelected(const QList& theValues, bool theUpdateViewer = true); + void setSelected(const QList>& theValues, bool theUpdateViewer = true); /// Unselect all objects void clearSelected();