QGC.h 125 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
#ifndef QGC_H
#define QGC_H

#include <QColor>

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

#endif // QGC_H