forked from mirror/openmw-tes3mp
8 lines
No EOL
156 B
C++
8 lines
No EOL
156 B
C++
|
|
#include "view.hpp"
|
|
|
|
CSVDoc::View::View (CSMDoc::Document *document) : mDocument (document)
|
|
{
|
|
resize (200, 200);
|
|
setWindowTitle ("New Document");
|
|
} |