加入SpkAbout(无内容)

This commit is contained in:
RigoLigoRLC
2021-07-22 13:07:41 +08:00
parent f7becc1a66
commit 8198dc48c5
11 changed files with 97 additions and 10 deletions

View File

@@ -4,6 +4,8 @@
#include "spkui_general.h"
#include "spkstore.h"
#include "spkabout.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
@@ -12,5 +14,7 @@ int main(int argc, char *argv[])
SpkStore store(false, LogPath);
SpkAbout::Show();
return QApplication::exec();
}