comparison src/printing.cpp @ 246:43a5e09bb832

Split some utility functions to util.{h,cpp}
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 08 May 2018 13:14:29 +0300
parents 58af72da7f60
children 55581d90c55d
comparison
equal deleted inserted replaced
245:f1b41bdabe12 246:43a5e09bb832
7 // included file "COPYING" for exact terms. 7 // included file "COPYING" for exact terms.
8 // 8 //
9 #include <QPrintDialog> 9 #include <QPrintDialog>
10 #include <QPrintPreviewDialog> 10 #include <QPrintPreviewDialog>
11 #include "main.h" 11 #include "main.h"
12 #include "util.h"
13
12 14
13 #define APP_PRINT_WIDTH 1000 15 #define APP_PRINT_WIDTH 1000
14 #define APP_PRINT_HEIGHT 1300 16 #define APP_PRINT_HEIGHT 1300
15 17
16 #define APP_PRINT_WSCALE 1.01f 18 #define APP_PRINT_WSCALE 1.01f