| 1220 | } |
| 1221 | |
| 1222 | void BitcoinGUI::showEvent(QShowEvent *event) |
| 1223 | { |
| 1224 | // enable the debug window when the main window shows up |
| 1225 | openRPCConsoleAction->setEnabled(true); |
| 1226 | aboutAction->setEnabled(true); |
| 1227 | optionsAction->setEnabled(true); |
| 1228 | } |
| 1229 | |
| 1230 | #ifdef ENABLE_WALLET |
| 1231 | void BitcoinGUI::incomingTransaction(const QString& date, const QString& assetamount_str, const QString& type, const QString& address, const QString& label, const QString& walletName) |
nothing calls this directly
no test coverage detected