summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidgetaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/kernel/qwidgetaction.h')
-rw-r--r--src/widgets/kernel/qwidgetaction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/kernel/qwidgetaction.h b/src/widgets/kernel/qwidgetaction.h
index 3956445bc8..93c0898197 100644
--- a/src/widgets/kernel/qwidgetaction.h
+++ b/src/widgets/kernel/qwidgetaction.h
@@ -59,13 +59,13 @@ class Q_WIDGETS_EXPORT QWidgetAction : public QAction
public:
explicit QWidgetAction(QObject *parent);
virtual ~QWidgetAction();
-
+
void setDefaultWidget(QWidget *w);
QWidget *defaultWidget() const;
QWidget *requestWidget(QWidget *parent);
void releaseWidget(QWidget *widget);
-
+
protected:
virtual bool event(QEvent *);
virtual bool eventFilter(QObject *, QEvent *);