diff 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
line wrap: on
line diff
--- a/src/common.h	Thu Dec 06 13:54:34 2018 +0000
+++ b/src/common.h	Thu Dec 06 14:55:45 2018 +0000
@@ -69,7 +69,8 @@
  * Generate a 16-byte random key using urandom or equivalent
  */
 QByteArray randomKey();
-    
+
+int scalePixelSize(int pixels);
 
 #endif 	//COMMON_H