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:
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user