refs #124 fixed wrongly named virtual methods which failed to override virtuals in the base class,

discovered thanks to the override keyword
This commit is contained in:
Mathew Sutcliffe
2014-02-16 23:50:32 +00:00
parent 4c16cc3a2e
commit 3c8d4819e9
4 changed files with 8 additions and 8 deletions

View File

@@ -154,7 +154,7 @@ namespace BlackMisc
/*
* Property by index (setter)
*/
void CServer::propertyByIndex(const QVariant &variant, int index)
void CServer::setPropertyByIndex(const QVariant &variant, int index)
{
switch (index)
{