#ifndef QGC_H #define QGC_H #include <QColor> namespace QGC { const QColor ColorCyan(55, 154, 195); } #endif // QGC_H