From 47955296913215cb1f231456c08f4f570c0d49f5 Mon Sep 17 00:00:00 2001 From: Hiro Protagonist Date: Wed, 5 Apr 2017 19:09:53 +1200 Subject: [PATCH] Some Cleanup --- src/recorder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recorder.h b/src/recorder.h index 98e3396..fcd2f59 100644 --- a/src/recorder.h +++ b/src/recorder.h @@ -98,7 +98,7 @@ class Recorder : public QObject { } bool dirSet() { - return pDirSet && !baseDir.absolutePath().isEmpty(); + return pDirSet; } bool captureFrames() {