We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deed69b commit 141d873Copy full SHA for 141d873
ui/mainanalyseview.cpp
@@ -80,6 +80,12 @@ MainAnalyseView::MainAnalyseView(QWidget * parent )
80
81
82
83
+}
84
+
85
+MainAnalyseView::~MainAnalyseView()
86
+{
87
+ mModel->deleteLater();
88
+ mDelegate->deleteLater();
89
}
90
91
void MainAnalyseView::addFile(const QString &filename)
ui/mainanalyseview.h
@@ -23,6 +23,7 @@ class MainAnalyseView : public QTableView
23
Q_OBJECT
24
public:
25
MainAnalyseView(QWidget * parent = nullptr);
26
+ ~MainAnalyseView();
27
void addFile(const QString& filename);
28
29
0 commit comments