namespace added
This commit is contained in:
parent
4224613e15
commit
8add7e1b3a
|
@ -22,6 +22,8 @@
|
|||
|
||||
#include <QGuiApplication>
|
||||
|
||||
namespace
|
||||
{
|
||||
class Rectangle : public Box
|
||||
{
|
||||
public:
|
||||
|
@ -50,6 +52,7 @@ class Ellipse : public Box
|
|||
setShape( 100, Qt::RelativeSize );
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
static void addTestRectangle( QskLinearBox* parent )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue