]> Creatis software - clitk.git/blob - vv/vvDocumentation.h
removed headers
[clitk.git] / vv / vvDocumentation.h
1 #ifndef vvDocumentation_h
2 #define vvDocumentation_h
3 #include <iostream>
4 #include <vector>
5
6 #include "ui_vvDocumentation.h"
7
8 class vvDocumentation : public QDialog, private Ui::vvDocumentation
9 {
10     Q_OBJECT
11
12 public:
13     vvDocumentation() {
14         setupUi(this);
15     }
16     ~vvDocumentation() {}
17
18 public slots:
19
20 private:
21
22 };
23
24 #endif