MythTV master
x11colors.h
Go to the documentation of this file.
1#ifndef X11COLORS_H_
2#define X11COLORS_H_
3
4#include <QColor>
5#include <QString>
6
7#include "mythuiexp.h"
8
9MUI_PUBLIC QColor createColor(const QString &color);
10
11#endif
12
#define MUI_PUBLIC
Definition: mythuiexp.h:9
MUI_PUBLIC QColor createColor(const QString &color)
Definition: x11colors.cpp:16