diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-09-21 10:29:57 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-09-23 16:07:21 +0200 |
commit | 08827df3ecce925928dc3bedcdef63bfca290300 (patch) | |
tree | 29d9b9a06371b8f4d6b66036d9f98f3def55b7ae /src/qt/walletframe.h | |
parent | d8b062ef5eea3addff00a09bad1dab162452b4b5 (diff) |
[Qt] modalinfolayer: removed unused comments, renamed signal, code style overhaul
Diffstat (limited to 'src/qt/walletframe.h')
-rw-r--r-- | src/qt/walletframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletframe.h b/src/qt/walletframe.h index 7e3a5690eb..00c2f56363 100644 --- a/src/qt/walletframe.h +++ b/src/qt/walletframe.h @@ -40,7 +40,7 @@ public: Q_SIGNALS: /** Notify that the user has requested more information about the out-of-sync warning */ - void requestedOfSyncWarningInfo(); + void requestedSyncWarningInfo(); private: QStackedWidget *walletStack; |