10 #ifndef SPLASH_OVERLAY_H 11 #define SPLASH_OVERLAY_H 17 #include "epan/register.h" 20 #include <QElapsedTimer> 22 void splash_update(register_action_e action,
const char *message,
void *dummy);
38 register_action_e last_action_;
40 QElapsedTimer elapsed_timer_;
43 void splashUpdate(register_action_e action,
const char *message);
46 #endif // SPLASH_OVERLAY_H Definition: ui_about_dialog.h:291
Definition: ui_splash_overlay.h:110
Definition: splash_overlay.h:28