diff options
| author | 2021-12-17 07:06:30 -0500 | |
|---|---|---|
| committer | 2021-12-17 07:06:30 -0500 | |
| commit | 1fdc150116cad39aae5c5da407c3312b47a59e3a (patch) | |
| tree | 123c79a4d7ad2d45781ba03ce939f7539fb428d8 /Plugins/PdfExport | |
| parent | feda8a7db8d1d7c5439aa8f8feef7cc0dd2b59a0 (diff) | |
New upstream version 3.3.3+dfsg1.upstream/3.3.3+dfsg1
Diffstat (limited to 'Plugins/PdfExport')
| -rw-r--r-- | Plugins/PdfExport/package.xml | 10 | ||||
| -rw-r--r-- | Plugins/PdfExport/pdfexport.cpp | 2 |
2 files changed, 1 insertions, 11 deletions
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 @@ -<?xml version="1.0"?>
-<Package>
- <DisplayName>PDF Export plugin</DisplayName>
- <Description>Plugin for exporting into PDF format.</Description>
- <Version>%VERSION%</Version>
- <ReleaseDate>%DATE%</ReleaseDate>
- <Name>pl.com.salsoft.sqlitestudio.plugins.pdfexport</Name>
- <Dependencies>pl.com.salsoft.sqlitestudio.plugins</Dependencies>
- <Default>true</Default>
-</Package>
\ 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 |
