comparison src/common.h @ 678:c0b46d0514a7 scale

Incomplete scaling updates. Should do this differently
author Chris Cannam
date Thu, 06 Dec 2018 14:55:45 +0000
parents ae67ea0af696
children
comparison
equal deleted inserted replaced
677:0329bbd4b57c 678:c0b46d0514a7
67 67
68 /** 68 /**
69 * Generate a 16-byte random key using urandom or equivalent 69 * Generate a 16-byte random key using urandom or equivalent
70 */ 70 */
71 QByteArray randomKey(); 71 QByteArray randomKey();
72 72
73 int scalePixelSize(int pixels);
73 74
74 #endif //COMMON_H 75 #endif //COMMON_H
75 76
76 77