// THIS CODE WAS GENERATED WITH THE GENERIC WORKFLOW NODES FOR KNIME NODE GENERATOR
// DO NOT MODIFY
package de.openms.knime.nodes.QCExporter;

import com.genericworkflownodes.knime.generic_node.GenericKnimeNodeDialog;

import com.genericworkflownodes.knime.config.INodeConfiguration;

/**
    @brief QCExporter Node Dialog.
*/
public class QCExporterNodeDialog extends GenericKnimeNodeDialog
{
    protected QCExporterNodeDialog(INodeConfiguration config)
    {
        super(config);
    }
}
