4
1
mirror of https://github.com/QuasarApp/qTbot.git synced 2025-05-03 16:59:38 +00:00

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

@ -157,7 +157,7 @@ protected:
/** /**
* @brief incomeNewUpdate This method save incomed messages into store. * @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. * @brief markMessageAsProcessed This method remove message from the not processed messages store.