summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-10-14 09:00:13 -0700
committerGerald Combs <gerald@wireshark.org>2015-10-14 16:04:01 +0000
commit5179a91826d69162d6a0f17baf86cf82b943925e (patch)
treee4a936cbbcbc86cd04c65999ea4d6e23ddb2d1d2 /ui
parenta643d14187c5a201d21bdb0786acc5e27b73a3a1 (diff)
downloadwireshark-5179a91826d69162d6a0f17baf86cf82b943925e.tar.gz
Add a URL for the Qt retina markup bug.
Change-Id: Ie6f3e11a1637f273a9e8e8ad61a97af628d67302 Reviewed-on: https://code.wireshark.org/review/11034 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/main_status_bar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/main_status_bar.cpp b/ui/qt/main_status_bar.cpp
index 6e6165d52d..1e466266be 100644
--- a/ui/qt/main_status_bar.cpp
+++ b/ui/qt/main_status_bar.cpp
@@ -203,6 +203,7 @@ void MainStatusBar::captureFileClosing() {
void MainStatusBar::expertUpdate() {
// <img> won't load @2x versions in Qt versions earlier than 5.4.
+ // https://bugreports.qt.io/browse/QTBUG-36383
// We might have to switch to a QPushButton.
QString img_text = "<a href><img src=\":/expert/expert_";
QString tt_text = tr(" is the highest expert information level");