Skip to content

Commit

Permalink
-fixed duplicated signal
Browse files Browse the repository at this point in the history
  • Loading branch information
mortalis13 committed Jul 23, 2018
1 parent 8459da5 commit a5ffb03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Views/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ void MainWindow::addShortcuts(){
QShortcut* CMYK_Text=new QShortcut(QKeySequence("Shift+F3"), this);
QShortcut* Hex_Text=new QShortcut(QKeySequence("Shift+F4"), this);

connect( ui->colorSample, SIGNAL(samplePressedMiddle()), this, SLOT(toggleSliders()) );
QShortcut* toggleSlider_Key=new QShortcut(QKeySequence("Ctrl+S"), this);
connect( toggleSlider_Key, SIGNAL(activated()), this, SLOT(toggleSliders()) );

Expand Down

0 comments on commit a5ffb03

Please sign in to comment.