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; return 1;
} }
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

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

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

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

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

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

Loading…
Cancel
Save