From 1024344bb68ce038bf02bd6ff941a1fbc44866f0 Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Sun, 9 Feb 2020 07:24:22 +0800 Subject: [PATCH] TechDraw: remove duplicated fix --- src/Mod/TechDraw/Gui/TaskRichAnno.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Mod/TechDraw/Gui/TaskRichAnno.cpp b/src/Mod/TechDraw/Gui/TaskRichAnno.cpp index f103a4e6db..1f5eae0f55 100644 --- a/src/Mod/TechDraw/Gui/TaskRichAnno.cpp +++ b/src/Mod/TechDraw/Gui/TaskRichAnno.cpp @@ -90,11 +90,6 @@ TaskRichAnno::TaskRichAnno(TechDrawGui::ViewProviderRichAnno* annoVP) : } ui->setupUi(this); -#if QT_VERSION >= 0x050200 - ui->teAnnoText.setPlaceholderText(QObject::tr( - "Input the annotation text directly or start the rich text editor")); -#endif - m_annoFeat = m_annoVP->getFeature(); //m_baseFeat can be null