Home
last modified time | relevance | path

Searched refs:GetAutoloadedChatlogLinesCount (Results 1 – 4 of 4) sorted by relevance

/dports/games/springlobby/springlobby-0.180/src/
H A Dchatlog.cpp293 size_t num_lines ( sett().GetAutoloadedChatlogLinesCount() ); in FillLastLineArray()
H A Dsettings.h289 int GetAutoloadedChatlogLinesCount();
H A Dsettings.cpp1751 int Settings::GetAutoloadedChatlogLinesCount( ) in GetAutoloadedChatlogLinesCount() function in Settings
/dports/games/springlobby/springlobby-0.180/src/options/
H A Dchatoptionstab.cpp436 m_num_lines->SetValue( sett().GetAutoloadedChatlogLinesCount() ); in DoRestore()