namespace added

This commit is contained in:
Uwe Rathmann 2019-09-23 13:11:25 +02:00
parent 4224613e15
commit 8add7e1b3a
1 changed files with 25 additions and 22 deletions

View File

@ -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 )
{ {