aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletframe.cpp
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-09-21 10:29:57 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2016-09-23 16:07:21 +0200
commit08827df3ecce925928dc3bedcdef63bfca290300 (patch)
tree29d9b9a06371b8f4d6b66036d9f98f3def55b7ae /src/qt/walletframe.cpp
parentd8b062ef5eea3addff00a09bad1dab162452b4b5 (diff)
downloadbitcoin-08827df3ecce925928dc3bedcdef63bfca290300.tar.xz
[Qt] modalinfolayer: removed unused comments, renamed signal, code style overhaul
Diffstat (limited to 'src/qt/walletframe.cpp')
-rw-r--r--src/qt/walletframe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/walletframe.cpp b/src/qt/walletframe.cpp
index 9d68e54e3a..518d9ea90a 100644
--- a/src/qt/walletframe.cpp
+++ b/src/qt/walletframe.cpp
@@ -199,5 +199,5 @@ WalletView *WalletFrame::currentWalletView()
void WalletFrame::outOfSyncWarningClicked()
{
- Q_EMIT requestedOfSyncWarningInfo();
-} \ No newline at end of file
+ Q_EMIT requestedSyncWarningInfo();
+}