diff --git a/Skin.cpp b/Skin.cpp index 44b79c8..7826d89 100644 --- a/Skin.cpp +++ b/Skin.cpp @@ -78,6 +78,8 @@ Skin::ParsePLEdit (void) QList l = line.split ('='); if (l.count () == 2) { m_pledit_txt->insert (l[0].toLower (), l[1].trimmed()); + } else if (line.length() == 0) { + break; } }