Skip to content
Snippets Groups Projects
Commit 00b53337 authored by Leandro Melo's avatar Leandro Melo
Browse files

Removed compiler warning.

parent 41bb1a8b
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ using namespace Internal;
ManageDefinitionsDialog::ManageDefinitionsDialog(
const QList<HighlightDefinitionMetaData> &metaDataList, QWidget *parent) :
m_definitionsMetaData(metaDataList), QDialog(parent)
QDialog(parent), m_definitionsMetaData(metaDataList)
{
ui.setupUi(this);
ui.definitionsTable->setHorizontalHeaderLabels(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment