WsParser_VS/StoryPresent/storypresent.cpp

10 lines
135 B
C++
Raw Normal View History

2024-09-24 10:43:10 +00:00
#include "storypresent.h"
StoryPresent::StoryPresent(QWidget *parent)
: QMainWindow(parent)
{
}
StoryPresent::~StoryPresent()
{}