summaryrefslogtreecommitdiff
path: root/ui/qt5/runner/errorpage.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-10 10:55:42 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-10 10:55:42 -0600
commit04f0270f9a5f28ec1d2fa029d7ee78c8d0e5f9b2 (patch)
tree47995177c2f1d798e4911a36704a535286b10d1e /ui/qt5/runner/errorpage.hh
parentf994d06fa1e60d7759bb6363573185757d8435d1 (diff)
downloadhorizon-04f0270f9a5f28ec1d2fa029d7ee78c8d0e5f9b2.tar.gz
horizon-04f0270f9a5f28ec1d2fa029d7ee78c8d0e5f9b2.tar.bz2
horizon-04f0270f9a5f28ec1d2fa029d7ee78c8d0e5f9b2.tar.xz
horizon-04f0270f9a5f28ec1d2fa029d7ee78c8d0e5f9b2.zip
Qt UI: Improvements to the Runner's Error Page
Diffstat (limited to 'ui/qt5/runner/errorpage.hh')
-rw-r--r--ui/qt5/runner/errorpage.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt5/runner/errorpage.hh b/ui/qt5/runner/errorpage.hh
index 0cb59af..f6600a4 100644
--- a/ui/qt5/runner/errorpage.hh
+++ b/ui/qt5/runner/errorpage.hh
@@ -22,6 +22,7 @@ public:
void initializePage();
private:
QLabel *descLabel;
+ QLabel *deetLabel;
};
#endif /* !ERRORPAGE_HH */