From 43ae9bb08b7f3f18028fa8663a6077f4ae1ccbca Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 12 Apr 2016 23:37:24 +0800 Subject: Mysterious Mountain. (Partially fixed #2) --- qmidiplayer-desktop/qmpchanneleditor.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'qmidiplayer-desktop/qmpchanneleditor.cpp') diff --git a/qmidiplayer-desktop/qmpchanneleditor.cpp b/qmidiplayer-desktop/qmpchanneleditor.cpp index f1d4e5e..9b61e64 100644 --- a/qmidiplayer-desktop/qmpchanneleditor.cpp +++ b/qmidiplayer-desktop/qmpchanneleditor.cpp @@ -7,7 +7,7 @@ qmpChannelEditor::qmpChannelEditor(QWidget *parent) : QDialog(parent), ui(new Ui::qmpChannelEditor) { - ui->setupUi(this); + ui->setupUi(this);ch=0; styl=new QDialSkulptureStyle(); QList dials=findChildren(); for(int i=0;igetPlayer(); int b,p; player->getChannelPreset(ch,&b,&p,str); -- cgit v1.2.3