forked from teamnwah/openmw-tes3coop
last commit
This commit is contained in:
parent
5e123d3f52
commit
ea7a8eb2a4
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ void CS::Editor::openFiles (const boost::filesystem::path &savePath)
|
||||||
foreach (const QString &path, mFileDialog.selectedFilePaths())
|
foreach (const QString &path, mFileDialog.selectedFilePaths())
|
||||||
files.push_back(path.toStdString());
|
files.push_back(path.toStdString());
|
||||||
|
|
||||||
|
qDebug() << "save file path: " << savePath.c_str();
|
||||||
CSMDoc::Document *document = mDocumentManager.addDocument (files, savePath, false);
|
CSMDoc::Document *document = mDocumentManager.addDocument (files, savePath, false);
|
||||||
|
|
||||||
mViewManager.addView (document);
|
mViewManager.addView (document);
|
||||||
|
|
Loading…
Reference in a new issue