Skip to content

Commit bcbf982

Browse files
committed
qt, doc: Remove unneeded comments
Function names are self-described.
1 parent 9bd1565 commit bcbf982

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/qt/clientmodel.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ void ClientModel::TipChanged(SynchronizationState sync_state, interfaces::BlockT
240240

241241
void ClientModel::subscribeToCoreSignals()
242242
{
243-
// Connect signals to client
244243
m_handler_show_progress = m_node.handleShowProgress(
245244
[this](const std::string& title, int progress, [[maybe_unused]] bool resume_possible) {
246245
Q_EMIT showProgress(QString::fromStdString(title), progress);
@@ -275,7 +274,6 @@ void ClientModel::subscribeToCoreSignals()
275274

276275
void ClientModel::unsubscribeFromCoreSignals()
277276
{
278-
// Disconnect signals from client
279277
m_handler_show_progress->disconnect();
280278
m_handler_notify_num_connections_changed->disconnect();
281279
m_handler_notify_network_active_changed->disconnect();

0 commit comments

Comments
 (0)