initial check in

This commit is contained in:
2012-12-06 21:43:03 +04:00
commit 4bc273824d
179 changed files with 29415 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#include "qstringdebug.h"
qstringDebug::qstringDebug(QWidget *parent, Qt::WFlags flags)
: QMainWindow(parent, flags)
{
ui.setupUi(this);
QString str = "kukukuku";
}
qstringDebug::~qstringDebug()
{
}