Removal of unused code due to old <5.2 Qt library (#8842)

This commit is contained in:
mosfet80
2023-03-12 11:08:58 +01:00
committed by GitHub
parent d43f4cd26b
commit 4cd350d2d0
4 changed files with 13 additions and 374 deletions

View File

@@ -1715,27 +1715,3 @@ QList<QDesignerCustomWidgetInterface *> CustomWidgetPlugin::customWidgets () con
return cw;
}
//QString CustomWidgetPlugin::domXml() const
//{
// return QLatin1String("<widget class=\"AnalogClock\" name=\"analogClock\">\n"
// " <property name=\"geometry\">\n"
// " <rect>\n"
// " <x>0</x>\n"
// " <y>0</y>\n"
// " <width>100</width>\n"
// " <height>100</height>\n"
// " </rect>\n"
// " </property>\n"
// " <property name=\"toolTip\" >\n"
// " <string>The current time</string>\n"
// " </property>\n"
// " <property name=\"whatsThis\" >\n"
// " <string>The analog clock widget displays "
// "the current time.</string>\n"
// " </property>\n"
// "</widget>\n");
//}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2(containerextension, CustomWidgetPlugin)
#endif