astyle fix
This commit is contained in:
parent
b5fb01c202
commit
193aa7d1d3
|
@ -72,7 +72,8 @@ void ResultsView::Progress(int value, int max)
|
|||
mUI.mProgress->setVisible(false);
|
||||
//Should we inform user of non visible/not found errors?
|
||||
if(mShowNoErrorsMessage)
|
||||
{ //Tell user that we found no errors
|
||||
{
|
||||
//Tell user that we found no errors
|
||||
if(!mErrorsFound)
|
||||
{
|
||||
QMessageBox msg(QMessageBox::Information,
|
||||
|
|
|
@ -597,7 +597,8 @@ private:
|
|||
{
|
||||
const int STL_CONTAINER_LIST = 9;
|
||||
const std::string stlCont[STL_CONTAINER_LIST] =
|
||||
{"deque", "list", "set", "multiset", "map",
|
||||
{
|
||||
"deque", "list", "set", "multiset", "map",
|
||||
"multimap", "hash_map", "hash_multimap", "hash_set"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue