remove QT4 references

This commit is contained in:
andrea reale
2022-03-03 16:13:15 +01:00
committed by wmayer
parent 06959ededb
commit 13e09b36f8
15 changed files with 17 additions and 119 deletions

View File

@@ -228,7 +228,6 @@ void TaskRichAnno::setUiPrimary()
MRichTextEdit mre;
ui->teAnnoText->setFontPointSize(mre.getDefFontSizeNum());
// set a placeholder text to inform the user
// (QTextEdit has no placeholderText property in Qt4)
ui->teAnnoText->setPlaceholderText(tr("Input the annotation text directly or start the rich text editor"));
}