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