]> SALOME platform Git repositories - modules/gui.git/blob - tools/CurvePlot/src/cpp/test/test_curveplot.hxx
Salome HOME
Merge branch 'oscar/imps_2017'
[modules/gui.git] / tools / CurvePlot / src / cpp / test / test_curveplot.hxx
1 #include <QObject>
2
3 class TestCurvePlot : public QObject
4 {
5   Q_OBJECT
6
7 public slots:
8   void onClicked();
9
10 };