Commit 0ed2e76a by Carwyn

1. 插件初次运行弹出窗口没有焦点问题解决; 2. 支付潜在数据库操作问题修正

parent f8c878b1
......@@ -137,6 +137,9 @@ int main(int argc, char** argv)
return svc->exec();
#else
svc.start();
QWidget w;
w.show();
w.hide();
return qApp->exec();
#endif
}
......
fmp_epay @ 215e58a6
Subproject commit 8835dd277ec825ce8321596fe909dd2706020000
Subproject commit 215e58a650a19339214231a526efeb6901825ff5
fmp_vip @ 4c894e10
Subproject commit ac9481ea3f610afe143fadfc3168a3395cfffdd3
Subproject commit 4c894e10ff7fac299c7629dc16b19d85f5606e91
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment