mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00:00
8 lines
156 B
C++
8 lines
156 B
C++
|
|
||
|
#include "view.hpp"
|
||
|
|
||
|
CSVDoc::View::View (CSMDoc::Document *document) : mDocument (document)
|
||
|
{
|
||
|
resize (200, 200);
|
||
|
setWindowTitle ("New Document");
|
||
|
}
|