Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup.
This commit is contained in:
parent
193aa7d1d3
commit
0cad22314e
|
@ -72,8 +72,7 @@ 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,8 +597,7 @@ 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