mirror of
https://github.com/QuasarApp/qTbot.git
synced 2025-04-26 13:54:31 +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.
|
||||
*/
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user