View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016536 | Scribus | public | 2021-04-02 21:23 | 2021-04-15 20:37 | |
Reporter | foutrelis | Assigned To | jghali | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 1.5.7.svn | ||||
Fixed in Version | 1.5.7.svn | ||||
Summary | 0016536: Page::getFormWidgets() returns unique_ptr in poppler 21.04.0 | ||||
Description | Changing the type of m_formWidgets to "std::unique_ptr<FormPageWidgets>" in scribus/plugins/import/pdf/slaoutput.h allows it to build, but I'm not sure if any other changes are needed. Upstream change (shipped in 21.04.0): https://gitlab.freedesktop.org/poppler/poppler/-/commit/e07f3e2e6a6d | ||||
Additional Information | Compilation error: scribus-1.5.6.1/scribus/plugins/import/pdf/slaoutput.cpp: In member function ‘virtual void SlaOutputDev::startPage(int, GfxState*, XRef*)’: scribus-1.5.6.1/scribus/plugins/import/pdf/slaoutput.cpp:1345:58: error: cannot convert ‘std::unique_ptr<FormPageWidgets>’ to ‘FormPageWidgets*’ in assignment 1345 | m_formWidgets = pdfDoc->getPage(pageNum)->getFormWidgets(); | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-04-02 21:23 | foutrelis | New Issue | |
2021-04-04 21:37 | jghali | Assigned To | => jghali |
2021-04-04 21:37 | jghali | Status | new => resolved |
2021-04-04 21:37 | jghali | Resolution | open => fixed |
2021-04-04 21:37 | jghali | Fixed in Version | => 1.5.7.svn |
2021-04-15 20:37 | cbradney | Status | resolved => closed |