MNE-CPP  beta 1.0
mainsplashscreen.cpp
Go to the documentation of this file.
1 //=============================================================================================================
36 //*************************************************************************************************************
37 //=============================================================================================================
38 // INCLUDES
39 //=============================================================================================================
40 
41 #include "mainsplashscreen.h"
42 
43 
44 //*************************************************************************************************************
45 //=============================================================================================================
46 // QT INCLUDES
47 //=============================================================================================================
48 
49 #include <QtGui>
50 
51 
52 //*************************************************************************************************************
53 //=============================================================================================================
54 // USED NAMESPACES
55 //=============================================================================================================
56 
57 using namespace MNEX;
58 
59 
60 //*************************************************************************************************************
61 //=============================================================================================================
62 // DEFINE MEMBER METHODS
63 //=============================================================================================================
64 
65 MainSplashScreen::MainSplashScreen (const QPixmap & pixmap, Qt::WindowFlags f)
66 : QSplashScreen(pixmap, f)
67 {
68 
69 }
70 
71 
72 //*************************************************************************************************************
73 
75 {
76  //ToDo cleanup work
77 }
MainSplashScreen(const QPixmap &pixmap=QPixmap(), Qt::WindowFlags f=0)
Definition: arrow.h:75
Contains the declaration of the MainSplashScreen class.