summaryrefslogtreecommitdiff
path: root/utils/regtools/qeditor/regdisplaypanel.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-12-15 22:44:17 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2014-12-15 22:44:17 +0100
commit94c4834bbbcda9ef71ec8d5ff080b41374d8e7c0 (patch)
treea424068bce4a0374335f77bbf74a2d5c052118ca /utils/regtools/qeditor/regdisplaypanel.h
parent3b3d9bf725a5b04e4cd9bc4254fbd2594b518e89 (diff)
downloadrockbox-94c4834bbbcda9ef71ec8d5ff080b41374d8e7c0.tar.gz
rockbox-94c4834bbbcda9ef71ec8d5ff080b41374d8e7c0.zip
Revert "regtools/qeditor: use the new model, drop unused code"
This reverts commit 3b3d9bf725a5b04e4cd9bc4254fbd2594b518e89. Gerrit did crap on this one.
Diffstat (limited to 'utils/regtools/qeditor/regdisplaypanel.h')
-rw-r--r--utils/regtools/qeditor/regdisplaypanel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/regtools/qeditor/regdisplaypanel.h b/utils/regtools/qeditor/regdisplaypanel.h
index 09943b59a2..ce6f108350 100644
--- a/utils/regtools/qeditor/regdisplaypanel.h
+++ b/utils/regtools/qeditor/regdisplaypanel.h
@@ -86,8 +86,7 @@ protected:
86 bool m_allow_write; 86 bool m_allow_write;
87 RegLineEdit *m_raw_val_edit; 87 RegLineEdit *m_raw_val_edit;
88 RegSexyDisplay *m_sexy_display; 88 RegSexyDisplay *m_sexy_display;
89 GrowingTableView *m_value_table; 89 GrowingTableWidget *m_value_table;
90 RegFieldTableModel *m_value_model;
91 QStyledItemDelegate *m_table_delegate; 90 QStyledItemDelegate *m_table_delegate;
92 QItemEditorFactory *m_table_edit_factory; 91 QItemEditorFactory *m_table_edit_factory;
93 RegItemEditorCreator *m_regedit_creator; 92 RegItemEditorCreator *m_regedit_creator;
@@ -96,10 +95,11 @@ protected:
96 QLabel *m_desc; 95 QLabel *m_desc;
97 QWidget *m_viewport; 96 QWidget *m_viewport;
98 QScrollArea *m_scroll; 97 QScrollArea *m_scroll;
98 bool m_ignore_cell_change;
99 99
100private slots: 100private slots:
101 void OnRawRegValueReturnPressed(); 101 void OnRawRegValueReturnPressed();
102 void OnRegValueChanged(int index); 102 void OnRegFieldValueChanged(int row, int col);
103}; 103};
104 104
105#endif /* REGDISPLAYPANEL_H */ 105#endif /* REGDISPLAYPANEL_H */