Browse Source

Merge pull request #4959

bb26e2c [Qt] minor changes in splashscreen.cpp (Philip Kaufmann)
0.10
Wladimir J. van der Laan 10 years ago
parent
commit
375cb4c253
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 4
      src/qt/splashscreen.cpp

4
src/qt/splashscreen.cpp

@ -22,8 +22,6 @@ @@ -22,8 +22,6 @@
SplashScreen::SplashScreen(Qt::WindowFlags f, bool isTestNet) :
QWidget(0, f), curAlignment(0)
{
//setAutoFillBackground(true);
// set reference point, paddings
int paddingRight = 50;
int paddingTop = 50;
@ -114,6 +112,7 @@ SplashScreen::~SplashScreen() @@ -114,6 +112,7 @@ SplashScreen::~SplashScreen()
void SplashScreen::slotFinish(QWidget *mainWin)
{
Q_UNUSED(mainWin);
hide();
}
@ -180,4 +179,3 @@ void SplashScreen::closeEvent(QCloseEvent *event) @@ -180,4 +179,3 @@ void SplashScreen::closeEvent(QCloseEvent *event)
{
event->ignore();
}

Loading…
Cancel
Save