Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdru committed Apr 14, 2017
1 parent b5ef41c commit 41f78f4
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions qml/views/ColorCorrector.qml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,6 @@ Item {
anchors.fill: parent
anchors.margins: 10

// property string colorModelTag: "RGB"

// ColorDialog {
// id: colorDialog
// title: "Please choose a color"
// onAccepted: {
// firstPage.enabled = false
// colorCorrectorController.getHslFromHex(colorDialog.color,
// function test(hue, saturation, lightness) {
// console.log(hue)
// console.log(saturation)
// console.log(lightness)
// colorCorrectorController.changeHueByPallet(isOriginalImage.checked, hue, saturation, lightness)
// });
// firstPage.updateProcessingImage()
// firstPage.enabled = true
// }
// }

Flickable {
focus: true
anchors.fill: parent
Expand Down

0 comments on commit 41f78f4

Please sign in to comment.