mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-18 13:12:50 +00:00
last commit
This commit is contained in:
parent
5e123d3f52
commit
ea7a8eb2a4
@ -135,6 +135,7 @@ void CS::Editor::openFiles (const boost::filesystem::path &savePath)
|
||||
foreach (const QString &path, mFileDialog.selectedFilePaths())
|
||||
files.push_back(path.toStdString());
|
||||
|
||||
qDebug() << "save file path: " << savePath.c_str();
|
||||
CSMDoc::Document *document = mDocumentManager.addDocument (files, savePath, false);
|
||||
|
||||
mViewManager.addView (document);
|
||||
|
Loading…
x
Reference in New Issue
Block a user