forked from teamnwah/openmw-tes3coop
Corrected formatting in document.hpp
This commit is contained in:
parent
b23df42817
commit
5e1bdd605b
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,7 @@ namespace CSMDoc
|
|||
CSMTools::Tools mTools;
|
||||
boost::filesystem::path mProjectPath;
|
||||
Saving mSaving;
|
||||
boost::filesystem::path mResDir;
|
||||
boost::filesystem::path mResDir;
|
||||
|
||||
// It is important that the undo stack is declared last, because on desctruction it fires a signal, that is connected to a slot, that is
|
||||
// using other member variables. Unfortunately this connection is cut only in the QObject destructor, which is way too late.
|
||||
|
@ -119,3 +119,4 @@ namespace CSMDoc
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue