make text_editors protected
This commit is contained in:
@@ -29,13 +29,13 @@ private Q_SLOTS:
|
||||
private:
|
||||
enum TabIndex { RichTextIndex, SourceIndex };
|
||||
enum State { Clean, RichTextChanged, SourceChanged };
|
||||
RichTextEditor *m_editor;
|
||||
QTextEdit *m_text_edit;
|
||||
QTabWidget *m_tab_widget;
|
||||
State m_state;
|
||||
int m_initialTab;
|
||||
|
||||
protected:
|
||||
RichTextEditor *m_editor;
|
||||
QTextEdit *m_text_edit;
|
||||
QVBoxLayout *m_main_layout;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user