10 #ifndef SPLASH_OVERLAY_H
11 #define SPLASH_OVERLAY_H
18 #include <QElapsedTimer>
20 void splash_update(register_action_e action,
const char *message,
void *dummy);
35 Ui::SplashOverlay *so_ui_;
36 register_action_e last_action_;
38 QElapsedTimer elapsed_timer_;
41 void splashUpdate(register_action_e action,
const char *message);
Definition: splash_overlay.h:27