Fix copyright header and namespace for cafShortenedQLabel

This commit is contained in:
Gaute Lindkvist
2019-04-05 17:30:55 +02:00
parent 867c541b7b
commit a8e14e9f9a
18 changed files with 140 additions and 26 deletions

View File

@@ -116,12 +116,12 @@ QWidget* PdmUiTableViewEditor::createLabelWidget(QWidget * parent)
{
if (m_tableHeading.isNull())
{
m_tableHeading = new cafShortenedQLabel(parent);
m_tableHeading = new ShortenedQLabel(parent);
}
if (m_tableHeadingIcon.isNull())
{
m_tableHeadingIcon = new cafShortenedQLabel(parent);
m_tableHeadingIcon = new ShortenedQLabel(parent);
}
QHBoxLayout* layoutForIconLabel = new QHBoxLayout();