/* * SPDX-FileCopyrightText: 2013 Aleix Pol Gonzalez * * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #pragma once #include #include class BackendNotifierModule; class BackendNotifierFactory { public: BackendNotifierFactory(); QList allBackends() const; };