mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 05:49:56 +00:00
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");
|
|
} |