aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_ver_check/UpdateTab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_ver_check/UpdateTab.h')
-rw-r--r--src/m_ver_check/UpdateTab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m_ver_check/UpdateTab.h b/src/m_ver_check/UpdateTab.h
index 4003a23..fef54e6 100644
--- a/src/m_ver_check/UpdateTab.h
+++ b/src/m_ver_check/UpdateTab.h
@@ -43,6 +43,9 @@ class UpdateTab : public QWidget {
QProgressBar* pb_; ///<
QTextEdit* release_note_viewer_; ///<
QString current_version_; ///<
+ QGroupBox* release_note_box_;
+ QGroupBox* upgrade_info_box_;
+ QGroupBox* current_version_box_;
public:
/**