Home
last modified time | relevance | path

Searched refs:tempStringList2 (Results 1 – 3 of 3) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/chatcleaner/
H A Dcleanerconfig.cpp258 list<string> tempStringList2; in fillBuffer() local
263 tempStringList2.push_back(confList->Attribute("value")); in fillBuffer()
266 configBufferList[i].defaultListValue = tempStringList2; in fillBuffer()
411 list<string> tempStringList2; in updateConfig() local
416 tempStringList2.push_back(oldConfList->Attribute("value")); in updateConfig()
420 list<string> tempList = tempStringList2; in updateConfig()
/dports/games/pokerth/pokerth-1.1.2-rc/src/config/
H A Dconfigfile.cpp402 list<string> tempStringList2; local
407 tempStringList2.push_back(confList->Attribute("value"));
410 configBufferList[i].defaultListValue = tempStringList2;
619 list<string> tempStringList2; local
624 tempStringList2.push_back(oldConfList->Attribute("value"));
628 list<string> tempList = tempStringList2;
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/settingsdialog/
H A Dsettingsdialogimpl.cpp347 QStringList tempStringList2; in prepareDialog() local
348tempStringList2 << danuxi1TableStyle.getStyleDescription() << danuxi1TableStyle.getStyleMaintainer… in prepareDialog()
349 …MyStyleListItem *danuxi1TableItem = new MyStyleListItem(tempStringList2, treeWidget_gameTableStyle… in prepareDialog()