Skip to content

Commit

Permalink
Merge pull request #44 from jroweboy/patch-1
Browse files Browse the repository at this point in the history
Add missing QAction include directive to allow building with Qt 5.11.x
  • Loading branch information
AmitBM committed Apr 15, 2019
2 parents 6788b70 + cc9955d commit 35cd028
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RadeonGPUAnalyzerGUI/Src/rgIsaDisassemblyView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <sstream>

// Qt.
#include <QAction>
#include <QCheckBox>
#include <QListWidgetItem>

Expand Down Expand Up @@ -1193,4 +1194,4 @@ void rgIsaDisassemblyView::HandleSelectNextGPUTargetAction()
currentRow = 0;
}
m_pTargetGpusListWidget->setCurrentRow(currentRow);
}
}

0 comments on commit 35cd028

Please sign in to comment.