summaryrefslogtreecommitdiff
path: root/utils/regtools/qeditor/regtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/regtools/qeditor/regtab.h')
-rw-r--r--utils/regtools/qeditor/regtab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/regtools/qeditor/regtab.h b/utils/regtools/qeditor/regtab.h
index b5b1f56775..5c694464ab 100644
--- a/utils/regtools/qeditor/regtab.h
+++ b/utils/regtools/qeditor/regtab.h
@@ -57,11 +57,13 @@ protected:
57 }; 57 };
58 58
59 void FillDevSubTree(QTreeWidgetItem *item); 59 void FillDevSubTree(QTreeWidgetItem *item);
60 void FillSocSubTree(QTreeWidgetItem *item);
60 void FillRegTree(); 61 void FillRegTree();
61 void FillAnalyserList(); 62 void FillAnalyserList();
62 void UpdateSocList(); 63 void UpdateSocList();
63 void DisplayRegister(const SocRegRef& ref); 64 void DisplayRegister(const SocRegRef& ref);
64 void DisplayDevice(const SocDevRef& ref); 65 void DisplayDevice(const SocDevRef& ref);
66 void DisplaySoc(const SocRef& ref);
65 void SetDataSocName(const QString& socname); 67 void SetDataSocName(const QString& socname);
66 void SetPanel(RegTabPanel *panel); 68 void SetPanel(RegTabPanel *panel);
67 void UpdateSocFilename(); 69 void UpdateSocFilename();