Initalize more member variables.

This commit is contained in:
Felix Geyer
2011-07-07 12:52:30 +02:00
parent afb285a476
commit a1bfb1f319
5 changed files with 16 additions and 9 deletions

View File

@@ -30,7 +30,10 @@ Group::Group()
m_db = 0;
m_lastTopVisibleEntry = 0;
m_iconNumber = 0; // TODO change?
m_iconNumber = 48;
m_isExpanded = true;
m_autoTypeEnabled = Inherit;
m_searchingEnabled = Inherit;
}
Group::~Group()