| 1587 | } |
| 1588 | |
| 1589 | void SimpleDatabase::announceMessageChanged(QString const& uuid) { |
| 1590 | LOGGER_DEBUG("Database: Announcing messageChanged() for UUID {}.", uuid.toStdString()); |
| 1591 | emit messageChanged(uuid); |
| 1592 | } |
| 1593 | |
| 1594 | void SimpleDatabase::announceMessageDeleted(QString const& uuid) { |
| 1595 | LOGGER_DEBUG("Database: Announcing messageDeleted() for UUID {}.", uuid.toStdString()); |
nothing calls this directly
no outgoing calls
no test coverage detected