-rw-r--r-- | pwmanager/pwmanager/pwminit.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pwmanager/pwmanager/pwminit.cpp b/pwmanager/pwmanager/pwminit.cpp index b0a78c2..2f1aa4e 100644 --- a/pwmanager/pwmanager/pwminit.cpp +++ b/pwmanager/pwmanager/pwminit.cpp | |||
@@ -172,26 +172,24 @@ void PwMInit::shutdownApp(int exitStatus) | |||
172 | 172 | ||
173 | void PwMInit::initPosixSignalHandler() | 173 | void PwMInit::initPosixSignalHandler() |
174 | { | 174 | { |
175 | signal(SIGINT, sig_handler); | 175 | signal(SIGINT, sig_handler); |
176 | signal(SIGTERM, sig_handler); | 176 | signal(SIGTERM, sig_handler); |
177 | } | 177 | } |
178 | 178 | ||
179 | void PwMInit::initDCOP() | 179 | void PwMInit::initDCOP() |
180 | { | 180 | { |
181 | #ifndef PWM_EMBEDDED | 181 | #ifndef PWM_EMBEDDED |
182 | _dcopClient = app->dcopClient(); | 182 | _dcopClient = app->dcopClient(); |
183 | _dcopClient->setNotifications(true); | 183 | _dcopClient->setNotifications(true); |
184 | #else | ||
185 | qDebug("PwMInit::initDCOP() has to be implemented"); | ||
186 | #endif | 184 | #endif |
187 | 185 | ||
188 | } | 186 | } |
189 | 187 | ||
190 | void PwMInit::initKWalletEmu(bool forceDisable, bool forceReload) | 188 | void PwMInit::initKWalletEmu(bool forceDisable, bool forceReload) |
191 | { | 189 | { |
192 | #ifdef CONFIG_KWALLETIF | 190 | #ifdef CONFIG_KWALLETIF |
193 | if (!conf()->confGlobKwalletEmu() || | 191 | if (!conf()->confGlobKwalletEmu() || |
194 | forceDisable) { | 192 | forceDisable) { |
195 | delete_ifnot_null(_kwalletEmu); | 193 | delete_ifnot_null(_kwalletEmu); |
196 | return; | 194 | return; |
197 | } | 195 | } |