From d8e6f6ae5a06d7a8ed9a12640bbd44d5e11d50eb Mon Sep 17 00:00:00 2001 From: Mike Kremer Date: Wed, 5 Oct 2011 11:49:42 +0000 Subject: [PATCH] Added some comment on openedFile() signal of FileInterface. git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@12551 383ad7c9-94d9-4d36-a494-682f7c89f535 --- OpenFlipper/BasePlugin/FileInterface.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenFlipper/BasePlugin/FileInterface.hh b/OpenFlipper/BasePlugin/FileInterface.hh index a217672a7..788c894b2 100644 --- a/OpenFlipper/BasePlugin/FileInterface.hh +++ b/OpenFlipper/BasePlugin/FileInterface.hh @@ -130,6 +130,7 @@ signals: /** \brief This signal has to be emitted if an object has been loaded from a file. * * Every time a new object is added to the scene from a file, this signal has to be emitted. + * Emit this signal once each time a file has been completely processed. * * @param _id Id of the new object */ -- GitLab