Add end-of-file newlines.

pull/2/head
Darrell Anderson 11 years ago
parent 3a89e057b7
commit 2e7cd6be55

@ -26,4 +26,3 @@ int WINAPI DllEntryPoint(HINSTANCE, unsigned long, void*)
return 1;
}
//---------------------------------------------------------------------------

@ -27,4 +27,3 @@ int WINAPI DllEntryPoint(HINSTANCE, unsigned long, void*)
return 1;
}
//---------------------------------------------------------------------------

@ -422,4 +422,4 @@ void QEventLoop::appClosingDown()
void QEventLoop::setSingleToolkitEventHandling(bool enabled) {
// Do nothing
}
}

@ -134,4 +134,4 @@ void AddressBook::searchAddress( const QString &expr )
}
++it;
}
}
}

@ -21,4 +21,4 @@ void AddressDetails::okClicked()
editCountry->text(),
editZipCode->text() );
close();
}
}

@ -10,4 +10,4 @@ void SearchDialog::search()
{
emit searchAddress( editSearch->text() );
close();
}
}

Loading…
Cancel
Save