10 lines
135 B
C++
10 lines
135 B
C++
|
#include "storypresent.h"
|
||
|
|
||
|
StoryPresent::StoryPresent(QWidget *parent)
|
||
|
: QMainWindow(parent)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
StoryPresent::~StoryPresent()
|
||
|
{}
|