This commit is contained in:
doitux
2007-08-28 01:10:41 +00:00
parent d1f95d539d
commit a79aa7708d
9 changed files with 55 additions and 17 deletions
+1
View File
@@ -42,6 +42,7 @@
#include "game.h"
#include "session.h"
#include "tools.h"
#include "qthelper.h"
#include "configfile.h"
#include "sdlplayer.h"
+1
View File
@@ -51,6 +51,7 @@ class startNetworkGameDialogImpl;
class changeHumanPlayerNameDialogImpl;
class gameLobbyDialogImpl;
class QtHelper;
class QColor;
class SDLPlayer;
@@ -78,7 +78,8 @@ void StartSplash::paintEvent(QPaintEvent * event) {
versionFont.setFamily("Nimbus Sans L");
versionFont.setPixelSize(12);
QPixmap logo(":/graphics/resources/graphics/logoChip3D.png");
// std::cout << myQtHelper->getDataPath().toStdString() << endl;
QPixmap logo(myQtHelper->getDataPath()+"gfx/logoChip3D.png");
if(frameNo >= 52 && frameNo < 55) {
@@ -13,6 +13,7 @@
#define STARTSPLASH_H
#include "mainwindowimpl.h"
#include "qthelper.h"
#include <QtGui>
#include <QtCore>
@@ -38,6 +39,7 @@ public slots:
private:
mainWindowImpl *myW;
QtHelper *myQtHelper;
};