We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb57243 commit c0bba50Copy full SHA for c0bba50
source/services/image-printer/image_printer.cpp
@@ -19,6 +19,8 @@
19
20
#include "image_printer.h"
21
22
+#include <stdexcept>
23
+
24
ImagePrinter::ImagePrinter(QSize size_of_images, QPrinter *printer) :
25
frame_(SPACING, SPACING, size_of_images.width(), size_of_images.height()),
26
printer_(printer),
0 commit comments