_ZN17QAbstractItemView25horizontalScrollbarActionEi

Name

QAbstractItemView::horizontalScrollbarAction -- dummy hook

Synopsis


#include <QtGui/qabstractitemview.h>

virtual void QAbstractItemView::horizontalScrollbarAction(int action);

Description

The QAbstractItemView::horizontalScrollbarAction() function doesn nothing. It is provided as a hook to avoid problems related to adding virtual functions.

This function is not intended to be used by applications directly, but may appear among appliction dependencies as a result of usage of other functions and macros.