diff --git a/sources/ui/multipastedialog.h b/sources/ui/multipastedialog.h index f27e16b46..fd5b987ef 100644 --- a/sources/ui/multipastedialog.h +++ b/sources/ui/multipastedialog.h @@ -47,6 +47,7 @@ class MultiPasteDialog : public QDialog QPointF m_origin; QDomDocument m_document; bool m_accept = false; + QList m_pasted_content_list; }; #endif // MULTIPASTEDIALOG_H