UiTest新增About窗口测试

This commit is contained in:
RigoLigoRLC
2021-07-22 19:53:07 +08:00
parent 4f0990293a
commit b3a9485bac
3 changed files with 8 additions and 4 deletions

View File

@@ -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();
}