mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-13 18:30:02 +01:00
updated exit
This commit is contained in:
@@ -86,7 +86,10 @@ void custom_filter(cv::Mat &) {
|
|||||||
|
|
||||||
AC_MainWindow::~AC_MainWindow() {
|
AC_MainWindow::~AC_MainWindow() {
|
||||||
controls_Stop();
|
controls_Stop();
|
||||||
//delete playback;
|
#ifndef _WIN32
|
||||||
|
delete playback;
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
AC_MainWindow::AC_MainWindow(QWidget *parent) : QMainWindow(parent) {
|
AC_MainWindow::AC_MainWindow(QWidget *parent) : QMainWindow(parent) {
|
||||||
|
|||||||
Reference in New Issue
Block a user