mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Compilation fix: Linux
This commit is contained in:
@ -36,6 +36,7 @@ namespace pdf
|
||||
{
|
||||
class PDFPageContentScene;
|
||||
class PDFPageContentElement;
|
||||
class PDFPageContentEditorStyleSettings;
|
||||
|
||||
class PDF4QTLIBSHARED_EXPORT PDFPageContentEditorWidget : public QDockWidget
|
||||
{
|
||||
@ -79,6 +80,7 @@ private:
|
||||
void onItemSelectionChanged();
|
||||
|
||||
Ui::PDFPageContentEditorWidget* ui;
|
||||
PDFPageContentEditorStyleSettings* m_settingsWidget;
|
||||
QSignalMapper m_actionMapper;
|
||||
QSignalMapper m_operationMapper;
|
||||
int m_toolBoxColumnCount;
|
||||
|
Reference in New Issue
Block a user