Commit d3875cf1 authored by Adam Goins's avatar Adam Goins Committed by Makayla Shepherd
Browse files

Cleaned up a lot in ControlNetVersioner. Cleaned toPvl() and other misc methods

parent f8e034dd
Loading
Loading
Loading
Loading
+169 −268

File changed.

Preview size limit exceeded, changes collapsed.

+6 −2
Original line number Diff line number Diff line
@@ -30,6 +30,10 @@
#include <QVector>

#include "ControlPoint.h"
#include "ControlPointV0001.h"
#include "ControlPointV0002.h"
#include "ControlPointV0003.h"


class QString;