Removed redundant group boxes from options dialog pages

Reviewed-by: Jens Bache-Wiig
This commit is contained in:
Thorbjørn Lindeijer
2010-04-13 17:31:42 +02:00
parent 0d04949d1c
commit 662b27153d
13 changed files with 611 additions and 636 deletions

View File

@@ -351,6 +351,5 @@ bool CppFileSettingsPage::matches(const QString &s) const
return m_searchKeywords.contains(s, Qt::CaseInsensitive);
}
}
}
} // namespace Internal
} // namespace CppTools