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
172 B
C
11 lines
172 B
C
#ifndef PUBLIC_KEY_H
|
|
#define PUBLIC_KEY_H
|
|
|
|
// This File(PublicKey.h) is generated with CMake
|
|
|
|
#include <string>
|
|
|
|
const char PUBLIC_KEY[] = "@KEY@";
|
|
|
|
#endif // PUBLIC_KEY_H
|