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
+1 -1
View File
@@ -74,7 +74,7 @@ private:
QPushButton* m_title;
QPushButton* m_footer;
std::shared_ptr<QtCodeArea> m_codeArea;
QtCodeArea* m_codeArea;
};
#endif // QT_CODE_SNIPPET_H