10 #ifndef SPLASH_OVERLAY_H
11 #define SPLASH_OVERLAY_H
20 #include <QElapsedTimer>
22 void splash_update(register_action_e action,
const char *message,
void *dummy);
37 Ui::SplashOverlay *so_ui_;
38 register_action_e last_action_;
40 QElapsedTimer elapsed_timer_;
43 void splashUpdate(register_action_e action,
const char *message);
Definition: splash_overlay.h:29