Browse Source

Fix application name in libwkhtmltox (bug #3476)

Julien Le Goff 7 years ago
parent
commit
29f5f7e6e3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/pdf_c_bindings.cc

+ 1 - 0
src/lib/pdf_c_bindings.cc

@@ -304,6 +304,7 @@ CAPI(int) wkhtmltopdf_init(int use_graphics) {
 		Q_UNUSED(use_graphics);
 #endif
 		a = new QApplication(aa, arg, ug);
+		a->setApplicationName(x);
 		MyLooksStyle * style = new MyLooksStyle();
 		a->setStyle(style);
 	}