Small code style fix.
This commit is contained in:
parent
fcc0da554b
commit
cf47331cf8
10
src/main.cpp
10
src/main.cpp
@ -406,11 +406,11 @@ int main(int argc, char *argv[]) {
|
||||
qtsparkle::LoadTranslations(language);
|
||||
#endif
|
||||
|
||||
#ifndef Q_OS_WIN32
|
||||
// This is needed to prevent SIGPIPE Errors, which occur under some
|
||||
// circumstances in RemoteClient. They cause a program termination.
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
#endif
|
||||
#ifndef Q_OS_WIN32
|
||||
// This is needed to prevent SIGPIPE Errors, which occur under some
|
||||
// circumstances in RemoteClient. They cause a program termination.
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
#endif
|
||||
|
||||
// Icons
|
||||
IconLoader::Init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user