diff options
Diffstat (limited to 'src/selectionmode/actionwithwidget.h')
| -rw-r--r-- | src/selectionmode/actionwithwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selectionmode/actionwithwidget.h b/src/selectionmode/actionwithwidget.h index e56729a6f..8e09e92e0 100644 --- a/src/selectionmode/actionwithwidget.h +++ b/src/selectionmode/actionwithwidget.h @@ -44,7 +44,7 @@ public: /** @returns the action of this object. */ inline QAction *action() { - Q_CHECK_PTR(m_action); + Q_ASSERT(m_action); return m_action; }; |
