mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
GSOC FINAL
This commit is contained in:
parent
1ad2ff3512
commit
d6d47f63d0
1 changed files with 5 additions and 5 deletions
|
@ -35,7 +35,7 @@ namespace LandscapeEditor
|
|||
/**
|
||||
@class OpenLandscapeCommand
|
||||
@brief
|
||||
@details
|
||||
@details
|
||||
*/
|
||||
class OpenLandscapeCommand: public QUndoCommand
|
||||
{
|
||||
|
@ -53,7 +53,7 @@ private:
|
|||
/**
|
||||
@class NewLandscapeCommand
|
||||
@brief
|
||||
@details
|
||||
@details
|
||||
*/
|
||||
class NewLandscapeCommand: public QUndoCommand
|
||||
{
|
||||
|
@ -69,7 +69,7 @@ private:
|
|||
/**
|
||||
@class LigoTileCommand
|
||||
@brief
|
||||
@details
|
||||
@details
|
||||
*/
|
||||
class LigoTileCommand: public QUndoCommand
|
||||
{
|
||||
|
@ -93,7 +93,7 @@ private:
|
|||
/**
|
||||
@class UndoScanRegionCommand
|
||||
@brief
|
||||
@details
|
||||
@details
|
||||
*/
|
||||
class UndoScanRegionCommand: public QUndoCommand
|
||||
{
|
||||
|
@ -117,7 +117,7 @@ private:
|
|||
/**
|
||||
@class LigoResizeCommand
|
||||
@brief
|
||||
@details
|
||||
@details
|
||||
*/
|
||||
class LigoResizeCommand: public QUndoCommand
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue