Some Cleanup

This commit is contained in:
Hiro Protagonist 2017-04-05 19:09:53 +12:00
parent 51984fff32
commit 4795529691

View file

@ -98,7 +98,7 @@ class Recorder : public QObject {
}
bool dirSet() {
return pDirSet && !baseDir.absolutePath().isEmpty();
return pDirSet;
}
bool captureFrames() {