1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +00:00

8 lines
156 B
C++
Raw Normal View History

2012-11-22 13:30:02 +01:00
#include "view.hpp"
CSVDoc::View::View (CSMDoc::Document *document) : mDocument (document)
{
resize (200, 200);
setWindowTitle ("New Document");
}