Skip to content
QGC.h 125 B
Newer Older
#ifndef QGC_H
#define QGC_H

#include <QColor>

namespace QGC
{
    const QColor ColorCyan(55, 154, 195);
}

#endif // QGC_H