This commit is contained in:
@@ -1352,7 +1352,7 @@
|
||||
<widget class="QFrame" name="frame57" >
|
||||
<property name="maximumSize" >
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<width>56</width>
|
||||
<height>29</height>
|
||||
</size>
|
||||
</property>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "startsplash.h"
|
||||
|
||||
StartSplash::StartSplash(mainWindowImpl *parent)
|
||||
: QDialog(), myW(parent)
|
||||
: QDialog(parent), myW(parent)
|
||||
{
|
||||
QFontDatabase::addApplicationFont ("src/gui/qt/fonts/c059013l.pfb");
|
||||
QFontDatabase::addApplicationFont ("src/gui/qt/fonts/andybold.ttf");
|
||||
|
||||
Reference in New Issue
Block a user