myQtHelper->getDataPath() removed

This commit is contained in:
doitux
2007-09-08 22:01:30 +00:00
parent d3be07bb17
commit 26390ac1a7
12 changed files with 66 additions and 35 deletions
+1 -1
View File
@@ -2477,7 +2477,7 @@ void mainWindowImpl::breakButtonClicked() {
void mainWindowImpl::paintStartSplash() {
StartSplash *mySplash = new StartSplash(this);
StartSplash *mySplash = new StartSplash(this, myConfig);
#ifdef __APPLE__
int offset = 305;