Small code style fix.
This commit is contained in:
parent
fcc0da554b
commit
cf47331cf8
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user