I hereby claim:
- I am soulstorm50 on github.
- I am s0ulst0rm (https://keybase.io/s0ulst0rm) on keybase.
- I have a public key ASDb-rhqd4A2F8Z_y8CwQnREw0bvYTZxdtV12oKRGtxV1Qo
To claim this, I am signing this object:
#include "widget.h" | |
#include <QApplication> | |
int main(int argc, char *argv[]) | |
{ | |
QApplication app(argc, argv); | |
Widget mw(0); | |
mw.resize(500, 500); |
#include "circle.h" | |
Circle::Circle(QObject *parent) : QObject(parent) | |
,x(rand() % 600) | |
,y(rand() % 600) | |
{ | |
} |
I hereby claim:
To claim this, I am signing this object: