Skip to content

Commit 81f190a

Browse files
committed
Fixed wrong slot for read ID in disconnect
1 parent a976386 commit 81f190a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qt/main_window.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void MainWindow::slotProgReadDeviceIdCompleted(int status)
216216
{
217217
QString idStr;
218218

219-
disconnect(prog, SIGNAL(readChipCompleted(int)), this,
219+
disconnect(prog, SIGNAL(readChipIdCompleted(int)), this,
220220
SLOT(slotProgReadDeviceIdCompleted(int)));
221221

222222
if (status)

0 commit comments

Comments
 (0)