mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix copyright header and namespace for cafShortenedQLabel
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user