This commit is contained in:
doitux
2007-01-24 19:48:52 +00:00
parent 31152299c5
commit a4e9b82d90
4 changed files with 102 additions and 26 deletions
+24
View File
@@ -0,0 +1,24 @@
//
// C++ Implementation: startsplash
//
// Description:
//
//
// Author: FThauer FHammer <f.thauer@web.de>, (C) 2007
//
// Copyright: See COPYING file that comes with this distribution
//
//
#include "startsplash.h"
StartSplash::StartSplash()
: QWidget()
{
}
StartSplash::~StartSplash()
{
}