File indexing completed on 2024-04-21 04:43:24

0001 /*
0002     This file is part of the Polkit-qt project
0003     SPDX-FileCopyrightText: 2009 Dario Freddi <drf@kde.org>
0004 
0005     SPDX-License-Identifier: LGPL-2.0-or-later
0006 */
0007 
0008 #ifndef POLKITQT1_GUI_ACTIONBUTTONS_P_H
0009 #define POLKITQT1_GUI_ACTIONBUTTONS_P_H
0010 
0011 #include "polkitqt1-gui-actionbutton_p.h"
0012 
0013 /**
0014   * \internal
0015   */
0016 class PolkitQt1::Gui::ActionButtonsPrivate : public ActionButtonPrivate
0017 {
0018 public:
0019     ActionButtonsPrivate(const QList<QAbstractButton *> &b)
0020             : ActionButtonPrivate(b) {}
0021 };
0022 
0023 #endif /* ACTIONBUTTONS_P_H */