PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
src
PlusWidgets
Testing
ToolStateDisplayWidgetTest.cxx
Go to the documentation of this file.
1
/*=Plus=header=begin======================================================
2
Program: Plus
3
Copyright (c) Laboratory for Percutaneous Surgery. All rights reserved.
4
See License.txt for details.
5
=========================================================Plus=header=end*/
6
7
#include <QTest>
8
#include <QObject>
9
10
class
ToolStateDisplayWidgetTest :
public
QObject
11
{
12
Q_OBJECT
13
private
slots:
14
void
t1()
15
{
16
QVERIFY(
true
);
17
}
18
};
19
20
QTEST_MAIN(ToolStateDisplayWidgetTest)
21
#include "ToolStateDisplayWidgetTest.moc"
Generated on Fri Nov 15 2024 01:47:39 for PlusLib by
1.8.15