diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-16 03:29:31 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-16 03:29:31 +0200 |
commit | e2abcc623f2c12caee4a3e9a1f6ebb500ae81f60 (patch) | |
tree | e51d0777a65203e13e4a1cc7413741b799eb8260 /csv | |
parent | 94d831ebb2f92374acb2c6d08ce792df099ce040 (diff) |
cleanup
Diffstat (limited to 'csv')
-rw-r--r-- | csv/csv.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ public: QString readLine(); bool parseLine(QStringList& ret); - void setCodec(const char* codecName); static bool getGameData(int gameID, unsigned char* table, QString& gamename); private: CSV(QIODevice* device); |