| 1 | /* |
|---|---|
| 2 | SPDX-FileCopyrightText: 2008 Nicola Gigante <nicola.gigante@gmail.com> |
| 3 | SPDX-FileCopyrightText: 2009 Dario Freddi <drf@kde.org> |
| 4 | |
| 5 | SPDX-License-Identifier: LGPL-2.1-or-later |
| 6 | */ |
| 7 | |
| 8 | #include "HelperProxy.h" |
| 9 | |
| 10 | namespace KAuth |
| 11 | { |
| 12 | HelperProxy::~HelperProxy() |
| 13 | { |
| 14 | } |
| 15 | |
| 16 | } // namespace KAuth |
| 17 | |
| 18 | #include "moc_HelperProxy.cpp" |
| 19 |
