get rid of most clazy warnings (https://github.com/KDE/clazy) * range loop use refs * qcolor ctor with ints * missing Q_OBJECT macro * use .constfirst instead of .first enabled ccache for unix systems for fasterr recompiling * if ccache is in path we use it now
11 lines
177 B
C
11 lines
177 B
C
#ifndef PRIVATE_KEY_H
|
|
#define PRIVATE_KEY_H
|
|
|
|
// This File(PrivateKey.h) is generated with CMake
|
|
|
|
#include <string>
|
|
|
|
const char PRIVATE_KEY[] = "@KEY@";
|
|
|
|
#endif // PRIVATE_KEY_H
|