This commit is contained in:
jussi 2019-02-16 19:07:44 +02:00
parent af24d9b07a
commit 4479a4078e

View File

@ -6,9 +6,9 @@ amdPstateEditor::amdPstateEditor(QWidget *parent) :
ui(new Ui::amdPstateEditor)
{
ui->setupUi(this);
generateUI();
amdptr = new amd;
types = amd;
types = amdptr;
generateUI();
}