summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qbuttongroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/widgets/qbuttongroup.h')
-rw-r--r--src/widgets/widgets/qbuttongroup.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/widgets/widgets/qbuttongroup.h b/src/widgets/widgets/qbuttongroup.h
index 838bf8abce..9154c34e33 100644
--- a/src/widgets/widgets/qbuttongroup.h
+++ b/src/widgets/widgets/qbuttongroup.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtWidgets module of the Qt Toolkit.
@@ -81,6 +81,10 @@ Q_SIGNALS:
void buttonPressed(QAbstractButton *);
void buttonReleased(QAbstractButton *);
void buttonToggled(QAbstractButton *, bool);
+ void idClicked(int);
+ void idPressed(int);
+ void idReleased(int);
+ void idToggled(int, bool);
private:
Q_DISABLE_COPY(QButtonGroup)