summaryrefslogtreecommitdiff
path: root/ui/qt/color_utils.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-10-15 15:22:03 +0000
committerGerald Combs <gerald@wireshark.org>2013-10-15 15:22:03 +0000
commit720de303c74bae305cd980cf475b15b86a9c57c6 (patch)
tree1ab38f2ed9cccef667943053cf5f0af2e9b761a6 /ui/qt/color_utils.h
parent156659e308cd83aa0e13ed73650eb9d155d7506a (diff)
downloadwireshark-720de303c74bae305cd980cf475b15b86a9c57c6.tar.gz
Add some missing parenthesis. Make sure we set our font in the right place.
Make the ColorUtils::fromColorT() convenience function a little more convenient. Use it. svn path=/trunk/; revision=52620
Diffstat (limited to 'ui/qt/color_utils.h')
-rw-r--r--ui/qt/color_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/color_utils.h b/ui/qt/color_utils.h
index d1d7b09cb4..8342caa9ab 100644
--- a/ui/qt/color_utils.h
+++ b/ui/qt/color_utils.h
@@ -40,6 +40,7 @@ public:
explicit ColorUtils(QObject *parent = 0);
static QColor fromColorT(color_t *color);
+ static QColor fromColorT(color_t color);
signals: