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