From: nds Date: Mon, 8 Apr 2013 14:33:52 +0000 (+0000) Subject: The method comment. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f896528a7a466242420e1f5b319cb3115c9d5f92;p=modules%2Fgui.git The method comment. --- diff --git a/src/Qtx/QtxTableInterface.h b/src/Qtx/QtxTableInterface.h index f8d34dd2b..dfb197123 100644 --- a/src/Qtx/QtxTableInterface.h +++ b/src/Qtx/QtxTableInterface.h @@ -108,7 +108,7 @@ public: virtual QItemSelectionModel* selectionModel() const = 0; /** - * + * Returns a list of selected indexes */ virtual QModelIndexList getSelectedIndexes() const = 0;