From 0a9e8b3dc23171ce0a75ab610660fa508355cf58 Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 5 Sep 2016 22:00:16 +0200 Subject: [PATCH] CUPS rather than Cocoa --- shared/shared.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/shared.cpp b/shared/shared.cpp index ebd220b..64fa09e 100644 --- a/shared/shared.cpp +++ b/shared/shared.cpp @@ -750,7 +750,7 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl // Platform plugin: pluginList.append("platforms/libqxcb.so"); - // Cocoa print support + // CUPS print support pluginList.append("printsupport/libcupsprintersupport.so"); // Network