Hi,All.
I got the problem when subclassing QListWidgetPrivate.
Qt Code:
#include <private/qlistwidget_p.h> ... QItemSelectionModel::SelectionFlags QListWidgetPrivateEx::selectionCommand(const QModelIndex &index,const QEvent *event) const { ... }To copy to clipboard, switch view to plain text mode
compiler(vs2003) shows error.
'd_func': identifier not found, even with argument-dependent lookup
What's the problem?
Bookmarks