remove virtual prefix from the internal methods

This commit is contained in:
Andrei Yankovich 2023-09-30 16:06:10 +02:00
parent c0a95d4842
commit efa3b97211

View File

@ -157,7 +157,7 @@ protected:
/**
* @brief incomeNewUpdate This method save incomed messages into store.
*/
virtual void incomeNewUpdate(const QSharedPointer<iUpdate>& message);
void incomeNewUpdate(const QSharedPointer<iUpdate>& message);
/**
* @brief markMessageAsProcessed This method remove message from the not processed messages store.