Skip to content

Commit

Permalink
Fix Linux el7, el8 and el9 nightly builds (#11105)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Aug 31, 2023
1 parent 19b527c commit c76f46c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OMEdit/OMEditLIB/Debugger/Locals/LocalsWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ QVariant LocalsTreeItem::data(int column, int role) const
default:
break;
}
break;
case Qt::ToolTipRole:
switch (column) {
case 0:
Expand All @@ -187,6 +188,7 @@ QVariant LocalsTreeItem::data(int column, int role) const
default:
break;
}
break;
case Qt::BackgroundRole:
return valueChanged() ? QColor(Qt::yellow) : QVariant();
default:
Expand Down
1 change: 1 addition & 0 deletions OMEdit/OMEditLIB/Plotting/VariablesWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
#include <QDockWidget>
#include <QMessageBox>
#include <QMenu>
#include <QToolBar>

using namespace OMPlot;

Expand Down

0 comments on commit c76f46c

Please sign in to comment.