Files
hush3/src/qt
Philip Kaufmann dbc0a6aba2 Bitcoin-Qt: tweak Qt walletXXX.cpp/h code
WalletView:
- add new signal showNormalIfMinimized()
- emit the new signal in handleURI() to fix a bug, preventing the main
  window to show up when using bitcoin: URIs

WalletStack:
- connect the showNormalIfMinimized() signal from WalletView with the
  showNormalIfMinimized() slot in BitcoinGUI
- rework setCurrentWallet() to return a bool
- add check for valid walletModel in addWallet()
- add missing gui attribute initialisation in constructor

WalletFrame:
- remove unused or unneded class attributes gui and clientModel
- add a check for valid clientModel in setClientModel()

General:
- small code formatting changes
2013-08-23 09:10:31 +02:00
..
2013-08-21 15:35:50 +02:00
2013-06-01 11:05:08 +02:00
2013-08-21 15:35:50 +02:00
2013-06-01 11:05:08 +02:00
2012-07-06 18:51:30 +02:00
2013-04-17 01:14:53 -07:00
2013-06-01 11:05:08 +02:00