Skip to content
Snippets Groups Projects
Commit ec47b4df authored by Jan Möbius's avatar Jan Möbius
Browse files

Fixed documentation warnings


git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@15002 383ad7c9-94d9-4d36-a494-682f7c89f535
parent c03e983e
No related branches found
No related tags found
No related merge requests found
......@@ -147,9 +147,21 @@ private:
//===========================================================================
public slots:
/** \brief Show the script editor widget
*
*/
void showScriptWidget();
/** \brief Hide the script editor widget
*
*/
void hideScriptWidget();
/** \brief Show the given Code in the script editor
*
* @param _code Code to show
*/
void showScriptInEditor (QString _code);
/** \brief Load Script into gui from file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment