HistoryDialog: Fix warning on stderr about "no matching signal"

Authored by aspotashev on Jul 29 2019, 4:51 PM.

Description

HistoryDialog: Fix warning on stderr about "no matching signal"

Slots that start with "on_" are automatically connected by
QMetaObject::connectSlotsByName(), we do not use this automatic
connection for the Delete button anymore.

The warning was:

QMetaObject::connectSlotsByName: No matching signal for on_deletepushbutton_clicked()

CCMAIL: pino@kde.org

Details

Committed
aspotashevJul 29 2019, 4:51 PM
Parents
R1045:62fdb16005f9: HistoryDialog: Fix Close button that did not work
Branches
Unknown
Tags
Unknown