create controls

This commit is contained in:
lostjared
2018-11-03 00:02:09 -07:00
parent a29e41954c
commit c80faa9d7f
2 changed files with 7 additions and 0 deletions

View File

@@ -3,5 +3,9 @@
ChromaWindow::ChromaWindow(QWidget *parent) : QDialog(parent) {
createControls();
}
void ChromaWindow::createControls() {
}