aboutsummaryrefslogtreecommitdiffstats
path: root/editorpage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editorpage.cpp')
-rw-r--r--editorpage.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/editorpage.cpp b/editorpage.cpp
index f6c6504..e1e5939 100644
--- a/editorpage.cpp
+++ b/editorpage.cpp
@@ -60,14 +60,11 @@ void EditorPage::setFilePath(const QString &filePath)
void EditorPage::showNotificationWidget(QWidget *widget, const char *className)
{
widget->setProperty(className,true);
- qDebug() << "bla2" << widget->property(className);
-
mainLayout->addWidget(widget);
}
void EditorPage::hideNoteByClass(const char *className)
{
- qDebug() << "length:" << this->children().length();
QList<QWidget *> widgets = findChildren<QWidget *>();
foreach(QWidget * widget, widgets)
{