From 1fdc150116cad39aae5c5da407c3312b47a59e3a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 17 Dec 2021 07:06:30 -0500 Subject: New upstream version 3.3.3+dfsg1. --- Plugins/PdfExport/package.xml | 10 ---------- Plugins/PdfExport/pdfexport.cpp | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 Plugins/PdfExport/package.xml (limited to 'Plugins/PdfExport') diff --git a/Plugins/PdfExport/package.xml b/Plugins/PdfExport/package.xml deleted file mode 100644 index 138ac30..0000000 --- a/Plugins/PdfExport/package.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - PDF Export plugin - Plugin for exporting into PDF format. - %VERSION% - %DATE% - pl.com.salsoft.sqlitestudio.plugins.pdfexport - pl.com.salsoft.sqlitestudio.plugins - true - \ No newline at end of file diff --git a/Plugins/PdfExport/pdfexport.cpp b/Plugins/PdfExport/pdfexport.cpp index f47f5a6..eea5b61 100644 --- a/Plugins/PdfExport/pdfexport.cpp +++ b/Plugins/PdfExport/pdfexport.cpp @@ -37,7 +37,7 @@ QString PdfExport::getFormatName() const ExportManager::StandardConfigFlags PdfExport::standardOptionsToEnable() const { - return 0; + return ExportManager::StandardConfigFlags(); } ExportManager::ExportProviderFlags PdfExport::getProviderFlags() const -- cgit v1.2.3