Small code style fix.

This commit is contained in:
Andreas 2013-01-28 14:40:04 +01:00
parent fcc0da554b
commit cf47331cf8

View File

@ -406,11 +406,11 @@ int main(int argc, char *argv[]) {
qtsparkle::LoadTranslations(language); qtsparkle::LoadTranslations(language);
#endif #endif
#ifndef Q_OS_WIN32 #ifndef Q_OS_WIN32
// This is needed to prevent SIGPIPE Errors, which occur under some // This is needed to prevent SIGPIPE Errors, which occur under some
// circumstances in RemoteClient. They cause a program termination. // circumstances in RemoteClient. They cause a program termination.
signal(SIGPIPE, SIG_IGN); signal(SIGPIPE, SIG_IGN);
#endif #endif
// Icons // Icons
IconLoader::Init(); IconLoader::Init();