ui: Fixed double delete of QtCodeArea (issue #488)

bug id = 488
This commit is contained in:
Eberhard Graether
2017-10-24 11:52:37 +02:00
parent 7a87c4cd4b
commit a980300e92
7 changed files with 42 additions and 30 deletions
+2 -2
View File
@@ -55,10 +55,10 @@ private:
{
FilePath filePath;
TimeStamp modificationTime;
bool isComplete;
bool isComplete = false;
std::string title;
std::shared_ptr<QtCodeArea> area;
QtCodeArea* area = nullptr;
};
FileData getFileData(const FilePath& filePath) const;