mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 11:50:02 +01:00
starting on window
This commit is contained in:
@@ -2,3 +2,6 @@
|
||||
#include "chroma_window.h"
|
||||
|
||||
|
||||
ChromaWindow::ChromaWindow(QWidget *parent) : QDialog(parent) {
|
||||
|
||||
}
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
#ifndef __CHROMAKEY__H_
|
||||
#define __CHROMAKEY__H_
|
||||
|
||||
#include "qtheaders.h"
|
||||
|
||||
|
||||
class ChromaWindow : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
ChromaWindow(QWidget *parent);
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user