[Qt] modalinfolayer: removed unused comments, renamed signal, code style overhaul

This commit is contained in:
Jonas Schnelli
2016-09-21 10:29:57 +02:00
committed by lateminer
parent c37826a9e7
commit 1f5a7b96be
7 changed files with 15 additions and 16 deletions

View File

@@ -210,5 +210,5 @@ WalletView *WalletFrame::currentWalletView()
void WalletFrame::outOfSyncWarningClicked()
{
Q_EMIT requestedOfSyncWarningInfo();
}
Q_EMIT requestedSyncWarningInfo();
}