Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-20 | Revert "Make qt wallet test compatible with qt4" | MarcoFalke | |
This reverts commit e9a64615c8e18692a775765787f404266767260b. | |||
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift | |
In order to avoid unintended implicit conversions. | |||
2017-03-27 | Make qt wallet test compatible with qt4 | Russell Yanofsky | |
Unlike Qt5, the Qt4 signals implementation doesn't allow a signal to be directly connected to a c++ lambda expression. Work around this by defining a Callback QObject with a virtual method that can forward calls to a closure. The Qt4 error was reported by Patrick Strateman <patrick.strateman@gmail.com> in https://github.com/bitcoin/bitcoin/pull/10039#issuecomment-289248763 |