Mixer: Save renderOnly flag

This commit is contained in:
Lukas W
2017-03-21 17:49:59 +01:00
parent 10e28c26b9
commit 435c898781
3 changed files with 6 additions and 5 deletions

View File

@@ -153,7 +153,7 @@ public:
}
} ;
void initDevices( bool renderOnly );
void initDevices();
void clear();
@@ -350,7 +350,7 @@ private:
void runChangesInModel();
bool m_renderOnly;
QVector<AudioPort *> m_audioPorts;