Warning, file /libraries/polkit-qt-1/gui/polkitqt1-gui-actionbuttons_p.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
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 */