Skip to content
Snippets Groups Projects
Commit 3ce371e2 authored by Roman Tolchenov's avatar Roman Tolchenov
Browse files

Re #11568. Init the variable.

parent a77c3846
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ namespace MDF
/// Constructor.
/// @param parent :: A parent widget.
AddWorkspaceDialog::AddWorkspaceDialog(QWidget *parent):QDialog(parent)
AddWorkspaceDialog::AddWorkspaceDialog(QWidget *parent):QDialog(parent),m_maxIndex(0)
{
m_uiForm.setupUi(this);
// populate the combo box with names of eligible workspaces
......
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