![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "splashscreen.h"
#include "guiutil.h"
#include "networkstyle.h"
#include "clientversion.h"
#include "init.h"
#include "util.h"
#include "ui_interface.h"
#include "version.h"
#include <QApplication>
#include <QCloseEvent>
#include <QDesktopWidget>
#include <QPainter>
Go to the source code of this file.
Functions | |
static void | InitMessage (SplashScreen *splash, const std::string &message) |
static void | ShowProgress (SplashScreen *splash, const std::string &title, int nProgress) |
|
static |
Definition at line 125 of file splashscreen.cpp.
Referenced by ShowProgress(), SplashScreen::subscribeToCoreSignals(), and SplashScreen::unsubscribeFromCoreSignals().
|
static |
Definition at line 134 of file splashscreen.cpp.
Referenced by SplashScreen::subscribeToCoreSignals(), and SplashScreen::unsubscribeFromCoreSignals().