fixed deck renaming to make changes immediate.

This commit is contained in:
techdragon.nguyen@gmail.com
2011-02-05 22:21:49 +00:00
parent bb2f784489
commit 91a2cb9c90
3 changed files with 14 additions and 2 deletions

View File

@@ -186,6 +186,11 @@ void DeckMetaData::setColorIndex(const string& colorIndex)
mColorIndex = colorIndex;
}
void DeckMetaData::setDeckName(const string& newDeckTitle)
{
mName = newDeckTitle;
}
void DeckMetaData::Invalidate()
{
mStatsLoaded = false;