Good deal of whitespace fixes and code cleanup.

I just went thru all of subsurface code removing
some whitespaces issues and trying to make the
code prettyer, I also removed a few QString issues.d

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-10-11 10:21:04 -03:00
parent 9ed933d033
commit 1b9a4f2bf8
11 changed files with 50 additions and 131 deletions

View file

@ -238,7 +238,6 @@ void MainTab::clearStats()
else \
ui.field->setText(get_temperature_string(d->field, TRUE))
void MainTab::updateDiveInfo(int dive)
{
if (!isEnabled() && dive != -1)
@ -483,7 +482,6 @@ void MainTab::resetPallete()
ui.dateTimeEdit->setPalette(p);
}
#define EDIT_TEXT2(what, text) \
textByteArray = text.toLocal8Bit(); \
free(what);\