changeset 8385 | 9e8924ff9813 |
parent 8355 | df0ea4323295 |
child 8405 | becac012d502 |
8384:a6e7a95f3b2e | 8385:9e8924ff9813 |
---|---|
90 season = SEASON_NONE; |
90 season = SEASON_NONE; |
91 } |
91 } |
92 #ifndef _WIN32 |
92 #ifndef _WIN32 |
93 void terminateFrontend(int signal) |
93 void terminateFrontend(int signal) |
94 { |
94 { |
95 Q_UNUSED(signal); |
|
96 |
|
95 QCoreApplication::exit(0); |
97 QCoreApplication::exit(0); |
96 } |
98 } |
97 #endif |
99 #endif |
98 |
100 |
99 bool checkForDir(const QString & dir) |
101 bool checkForDir(const QString & dir) |