forked from teamnwah/openmw-tes3coop
Removed changes in the unimplemented copy ctor.
This commit is contained in:
parent
5e1bdd605b
commit
70602c2c36
2 changed files with 2 additions and 2 deletions
|
@ -2182,7 +2182,7 @@ CSMDoc::Document::Document (const Files::ConfigurationManager& configuration, co
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
boost::filesystem::path locCustomFiltersPath (configuration.getUserPath());
|
boost::filesystem::path locCustomFiltersPath (configuration.getUserPath());
|
||||||
locCustomFiltersPath /= "customfilters.omwaddon.project";
|
locCustomFiltersPath /= "defaultfilters";
|
||||||
if (boost::filesystem::exists(locCustomFiltersPath))
|
if (boost::filesystem::exists(locCustomFiltersPath))
|
||||||
{
|
{
|
||||||
boost::filesystem::copy(locCustomFiltersPath, mProjectPath);
|
boost::filesystem::copy(locCustomFiltersPath, mProjectPath);
|
||||||
|
|
|
@ -50,7 +50,7 @@ namespace CSMDoc
|
||||||
QUndoStack mUndoStack;
|
QUndoStack mUndoStack;
|
||||||
|
|
||||||
// not implemented
|
// not implemented
|
||||||
Document (const Files::ConfigurationManager& configuration, const std::vector< boost::filesystem::path >& files, const boost::filesystem::path& savePath, bool new_);
|
Document (const Document&);
|
||||||
Document& operator= (const Document&);
|
Document& operator= (const Document&);
|
||||||
|
|
||||||
void load (const std::vector<boost::filesystem::path>::const_iterator& begin,
|
void load (const std::vector<boost::filesystem::path>::const_iterator& begin,
|
||||||
|
|
Loading…
Reference in a new issue