more work on smart pointer transition of PTextEdit.
This commit is contained in:
@@ -189,7 +189,7 @@ private:
|
||||
std::unique_ptr<QComboBox> fComboSize; ///< combo box for the font size
|
||||
bool fFontChanging; ///< flag needed to prevent some textChanged feature to occure when only the font changed
|
||||
|
||||
QTabWidget *fTabWidget; ///< tab widget in which the text editor(s) are placed
|
||||
std::unique_ptr<QTabWidget> fTabWidget; ///< tab widget in which the text editor(s) are placed
|
||||
QMap<PSubTextEdit*, QString> fFilenames; ///< mapper between tab widget object and filename
|
||||
|
||||
QMenu *fRecentFilesMenu; ///< recent file menu
|
||||
|
||||
Reference in New Issue
Block a user