mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-07 02:05:00 +00:00
Remove C++ default argument from C prototype.
This commit is contained in:
parent
bd5378b00f
commit
d5b7417f87
@ -548,7 +548,7 @@ DOS_API void DOS_CALL dos_qabstractitemmodel_dataChanged(DosQAbstractItemModel *
|
||||
|
||||
/// \brief Calls the QAbstractItemModel::createIndex() function
|
||||
DOS_API DosQModelIndex *DOS_CALL dos_qabstractitemmodel_createIndex(DosQAbstractItemModel *vptr,
|
||||
int row, int column, void *data = 0);
|
||||
int row, int column, void *data);
|
||||
|
||||
|
||||
/// \brief Calls the default QAbstractItemModel::setData() function
|
||||
|
Loading…
x
Reference in New Issue
Block a user