mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 20:00:01 +01:00
added subfilter support
This commit is contained in:
@@ -128,6 +128,12 @@ void Playback::setIndexChanged(std::string value) {
|
||||
alpha = 1.0;
|
||||
}
|
||||
|
||||
void Playback::setSubFilter(int index) {
|
||||
mutex.lock();
|
||||
ac::setSubFilter(index);
|
||||
mutex.unlock();
|
||||
}
|
||||
|
||||
void Playback::setSingleMode(bool val) {
|
||||
single_mode = val;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user