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);
|
mUI.mProgress->setVisible(false);
|
||||||
//Should we inform user of non visible/not found errors?
|
//Should we inform user of non visible/not found errors?
|
||||||
if(mShowNoErrorsMessage)
|
if(mShowNoErrorsMessage)
|
||||||
{ //Tell user that we found no errors
|
{
|
||||||
|
//Tell user that we found no errors
|
||||||
if(!mErrorsFound)
|
if(!mErrorsFound)
|
||||||
{
|
{
|
||||||
QMessageBox msg(QMessageBox::Information,
|
QMessageBox msg(QMessageBox::Information,
|
||||||
|
|
|
@ -597,7 +597,8 @@ private:
|
||||||
{
|
{
|
||||||
const int STL_CONTAINER_LIST = 9;
|
const int STL_CONTAINER_LIST = 9;
|
||||||
const std::string stlCont[STL_CONTAINER_LIST] =
|
const std::string stlCont[STL_CONTAINER_LIST] =
|
||||||
{"deque", "list", "set", "multiset", "map",
|
{
|
||||||
|
"deque", "list", "set", "multiset", "map",
|
||||||
"multimap", "hash_map", "hash_multimap", "hash_set"
|
"multimap", "hash_map", "hash_multimap", "hash_set"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue