12 lines
151 B
C
12 lines
151 B
C
|
|
#ifndef UNITTESTUTIL_H
|
||
|
|
#define UNITTESTUTIL_H
|
||
|
|
|
||
|
|
#include <QDomElement>
|
||
|
|
|
||
|
|
namespace UnitTestUtil
|
||
|
|
{
|
||
|
|
QDomElement createElement(const QString&);
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|