WsParser_VS/StoryPresent/storypresent.cpp

10 lines
135 B
C++

#include "storypresent.h"
StoryPresent::StoryPresent(QWidget *parent)
: QMainWindow(parent)
{
}
StoryPresent::~StoryPresent()
{}