Skip to content
Snippets Groups Projects
Commit 1d2f8026 authored by Hans-Christian Ebke's avatar Hans-Christian Ebke
Browse files

Added slot description for setView().

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@16212 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 880ff482
No related branches found
No related tags found
No related merge requests found
......@@ -1653,6 +1653,7 @@ void Core::setDescriptions(){
emit setSlotDescription("blockSceneGraphUpdates()", tr("Disable Scenegraph Updates (e.g. before loading or adding a large number of files)"),QStringList(), QStringList());
emit setSlotDescription("unblockSceneGraphUpdates()", tr("Enable Scenegraph Updates (e.g. before loading or adding a large number of files)"),QStringList(), QStringList());
emit setSlotDescription("setView", tr("Set the encoded view for the primary viewport."), QStringList(tr("view")), QStringList(tr("The encoded view. (You can obtain one through \"Copy View\" in the context menu of the coordinates.)")));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment