initial commit
This commit is contained in:
commit
9d20827c46
2469 changed files with 470994 additions and 0 deletions
11
qa/unittest/unittestutil.h
Normal file
11
qa/unittest/unittestutil.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef UNITTESTUTIL_H
|
||||
#define UNITTESTUTIL_H
|
||||
|
||||
#include <QDomElement>
|
||||
|
||||
namespace UnitTestUtil
|
||||
{
|
||||
QDomElement createElement(const QString&);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in a new issue