2
0
forked from Ivasoft/DSView

Replace the message box call type

This commit is contained in:
dreamsourcelabTAI
2023-05-19 14:37:24 +08:00
parent 166cdf04fb
commit e26968d14b
19 changed files with 205 additions and 234 deletions

View File

@@ -26,8 +26,7 @@
class ISessionCallback
{
public:
virtual void show_error(QString error)=0;
public:
virtual void session_error()=0;
virtual void session_save()=0;
virtual void data_updated()=0;
@@ -47,6 +46,7 @@ public:
virtual void receive_header()=0;
virtual void trigger_message(int msg)=0;
virtual void delay_prop_msg(QString strMsg)=0;
};
class ISessionDataGetter