mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-20 13:50:01 +01:00
forgot to comment out unneeded include
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
#include"qtheaders.h"
|
#include"qtheaders.h"
|
||||||
#include "main_window.h"
|
#include "main_window.h"
|
||||||
#include<unistd.h>
|
//#include<unistd.h>
|
||||||
|
|
||||||
bool blend_set = false;
|
bool blend_set = false;
|
||||||
cv::Mat blend_image;
|
cv::Mat blend_image;
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
if(chdir("/usr/share/acidcam") == 0) {
|
if(chdir("/usr/share/acidcam") == 0) {
|
||||||
std::cout << "Changed directory to: /usr/share/acidcam\n";
|
std::cout << "Changed directory to: /usr/share/acidcam\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user