mirror of
https://github.com/pbek/QOwnNotes.git
synced 2025-06-29 05:19:55 +00:00
removed a debug message
This commit is contained in:
parent
00c1a9b829
commit
11ebf5de01
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@
|
|||
QOwnNotesMarkdownTextEdit::QOwnNotesMarkdownTextEdit(QWidget *parent)
|
||||
: QMarkdownTextEdit(parent) {
|
||||
setStyles();
|
||||
qDebug() << __func__ << " - 'parent': " << parent;
|
||||
|
||||
}
|
||||
|
||||
#define STY(type, format) styles->append((HighlightingStyle){type, format})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue