mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-20 13:50:01 +01:00
12 lines
164 B
C++
12 lines
164 B
C++
|
|
#include "chroma_window.h"
|
|
|
|
|
|
ChromaWindow::ChromaWindow(QWidget *parent) : QDialog(parent) {
|
|
createControls();
|
|
}
|
|
|
|
void ChromaWindow::createControls() {
|
|
|
|
}
|