MNE-CPP  beta 1.0
mneaboutwidget.cpp
Go to the documentation of this file.
1 //=============================================================================================================
36 //*************************************************************************************************************
37 //=============================================================================================================
38 // INCLUDES
39 //=============================================================================================================
40 
41 #include "mneaboutwidget.h"
42 
43 
44 //*************************************************************************************************************
45 //=============================================================================================================
46 // USED NAMESPACES
47 //=============================================================================================================
48 
49 using namespace MNEPlugin;
50 
51 
52 //*************************************************************************************************************
53 //=============================================================================================================
54 // DEFINE MEMBER METHODS
55 //=============================================================================================================
56 
58 : QDialog(parent)
59 {
60  ui.setupUi(this);
61 }
62 
63 
64 //*************************************************************************************************************
65 
67 {
68 
69 }
MNEAboutWidget(QWidget *parent=0)
Contains the declaration of the MNEAboutWidget class.