Updraft  1.0
Open source glider flight visualisation tool.
splashscreen.h
Go to the documentation of this file.
00001 #ifndef UPDRAFT_SRC_CORE_SPLASHSCREEN_H_
00002 #define UPDRAFT_SRC_CORE_SPLASHSCREEN_H_
00003 
00004 #include <QtGui>
00005 
00006 namespace Updraft {
00007 namespace Core {
00008 
00010 class SplashScreen: public QSplashScreen {
00011  public:
00013   SplashScreen();
00014  private:
00015 };
00016 
00017 }  // End namespace Core
00018 }  // End namespace Updraft
00019 
00020 #endif  // UPDRAFT_SRC_CORE_SPLASHSCREEN_H_
00021 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines