diff options
Diffstat (limited to 'editorpage.cpp')
-rw-r--r-- | editorpage.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editorpage.cpp b/editorpage.cpp index 2f47f11..3ee0362 100644 --- a/editorpage.cpp +++ b/editorpage.cpp @@ -21,7 +21,6 @@ #include "editorpage.h" - EditorPage::EditorPage(const QString &filePath, QWidget *parent) : QWidget(parent), fullFilePath(filePath) { @@ -40,7 +39,6 @@ const QString& EditorPage::getFilePath() const return fullFilePath; } - QPlainTextEdit* EditorPage::getTextPage() { return textPage; |