Attempt to test the hexviewer.
This commit is contained in:
parent
4434ecc3f7
commit
71d6d1ab53
4
testhexviewer.cpp
Normal file
4
testhexviewer.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
#include "testhexviewer.h"
|
||||
|
||||
void TestQString::pCalcCharCount() {
|
||||
}
|
||||
20
testhexviewer.h
Normal file
20
testhexviewer.h
Normal file
@ -0,0 +1,20 @@
|
||||
#ifndef TESTHEXVIEWER_H
|
||||
#define TESTHEXVIEWER_H
|
||||
|
||||
#include "hexviewer.h"
|
||||
|
||||
#include <QTest>
|
||||
|
||||
class TestQString: public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
private slots:
|
||||
void pCalcCharCount();
|
||||
|
||||
private:
|
||||
HexViewer *pHexViewer;
|
||||
};
|
||||
|
||||
|
||||
#endif // TESTHEXVIEWER_H
|
||||
Loading…
x
Reference in New Issue
Block a user