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