mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 21:02:04 +08:00
UiTest新增About窗口测试
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#include "spkui_general.h"
|
||||
#include "spkstore.h"
|
||||
|
||||
#include "spkabout.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
@@ -14,7 +13,5 @@ int main(int argc, char *argv[])
|
||||
|
||||
SpkStore store(false, LogPath);
|
||||
|
||||
SpkAbout::Show();
|
||||
|
||||
return QApplication::exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user