diff options
Diffstat (limited to 'src/ui/widgets/InfoBoardWidget.h')
-rw-r--r-- | src/ui/widgets/InfoBoardWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/InfoBoardWidget.h b/src/ui/widgets/InfoBoardWidget.h index c0416e2d..8fbd836a 100644 --- a/src/ui/widgets/InfoBoardWidget.h +++ b/src/ui/widgets/InfoBoardWidget.h @@ -122,7 +122,7 @@ class InfoBoardWidget : public QWidget { void slot_save(); private: - std::shared_ptr<Ui_InfoBoard> ui_; ///< + QSharedPointer<Ui_InfoBoard> ui_; ///< QTextEdit* m_text_page_{ nullptr}; ///< TextEdit associated to the notification |