codex
Loading...
Searching...
No Matches
power_test.hpp
Go to the documentation of this file.
1
#ifndef CODEX_MATH_POWER_TEST_H
2
#define CODEX_MATH_POWER_TEST_H
3
4
#include <QTest>
5
6
class
PowerTest
:
public
QObject {
7
Q_OBJECT
8
private
slots:
9
void
power_data
(
void
);
10
void
power
(
void
);
11
};
12
13
#endif
PowerTest
Definition
power_test.hpp:6
PowerTest::power_data
void power_data(void)
Definition
power_test.cpp:35
PowerTest::power
void power(void)
Definition
power_test.cpp:50
tmp
math
power_test.hpp
Generated by
1.11.0