-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 | |||
@@ -176,18 +176,16 @@ void PwMInit::initPosixSignalHandler() | |||
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() || |