summaryrefslogtreecommitdiff
path: root/utils/regtools/qeditor/regtab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/regtools/qeditor/regtab.cpp')
-rw-r--r--utils/regtools/qeditor/regtab.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/regtools/qeditor/regtab.cpp b/utils/regtools/qeditor/regtab.cpp
index 1e9846ef33..8403a19ea1 100644
--- a/utils/regtools/qeditor/regtab.cpp
+++ b/utils/regtools/qeditor/regtab.cpp
@@ -204,6 +204,11 @@ RegTab::RegTab(Backend *backend)
204 OnDataSelChanged(DataSelNothing); 204 OnDataSelChanged(DataSelNothing);
205} 205}
206 206
207RegTab::~RegTab()
208{
209 delete m_io_backend;
210}
211
207void RegTab::SetDataSocName(const QString& socname) 212void RegTab::SetDataSocName(const QString& socname)
208{ 213{
209 if(socname.size() != 0) 214 if(socname.size() != 0)