roniemartinez / qdsvtablemodel

Qt/C++ class for reading and writing CSV (Comma-Separated Values), TSV(Tab-Separated Values), and other DSV(Delimiter-Separated Values) files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

it has 2 error after it is builed

qxc2016 opened this issue · comments

one error is: qdsvtablemodel.cpp:128: error: too few arguments to function 'QTextStream& reset(QTextStream&)'
reset();
^

anoter one error is :qdsvtablemodel.h:29: error: '>>' should be '> >' within a nested template argument list
QList<QList> m_data;
^

Hi,

What version of Qt did you use? It's probably that they have changed parts of the SDK (class methods, etc.) and this library is already 4 years old.

I haven't used Qt for a while so I might not be able to fix things easily.

Thanks for reporting. :)

Hi,
The version is Qt5.4.0,the sec error will be fixed after insert a spaceblank in the <<;
but the fisrt error ,or maybe it is because the version.