diff options
Diffstat (limited to 'editorpage.cpp')
-rw-r--r-- | editorpage.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editorpage.cpp b/editorpage.cpp index dd34948..2f47f11 100644 --- a/editorpage.cpp +++ b/editorpage.cpp @@ -26,13 +26,9 @@ EditorPage::EditorPage(const QString &filePath, QWidget *parent) : QWidget(paren fullFilePath(filePath) { textPage = new QPlainTextEdit(); - - //notificationWidget = new QWidget(this); - //this->showVerifyLabel(false); mainLayout = new QVBoxLayout(); mainLayout->setSpacing(0); mainLayout->addWidget(textPage); - //mainLayout->addWidget(notificationWidget); mainLayout->setContentsMargins(0,0,0,0); setLayout(mainLayout); setAttribute(Qt::WA_DeleteOnClose); |