summaryrefslogtreecommitdiffhomepage
path: root/csv/csv.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-10-07 13:10:30 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-10-07 13:10:30 +0200
commitd81cf6d2b47af80b5fef0d18ef5bcb5eea695a55 (patch)
treed20eb4c4d531a8a5af8a46f058dd54563f1a8b56 /csv/csv.h
parent2b95bdafd9d48f7214d12104a08c0248b9ec0d15 (diff)
parent7abfd9593409bb0c16f4ee6d19fea14d7e85c57d (diff)
Merge branch 'work' into trackhat-ui
* work: qfc: double the discrete value count shortcuts: sleep less, drop less keystrokes accela: revert rot gains to rc15 ft: try without locking this time ft: cleanup comments csv: cleanup main, ui: fix sort order ui: fix close on save
Diffstat (limited to 'csv/csv.h')
-rw-r--r--csv/csv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/csv/csv.h b/csv/csv.h
index 80fbcac4..a896a076 100644
--- a/csv/csv.h
+++ b/csv/csv.h
@@ -14,7 +14,7 @@ public:
static QStringList parseLine(QString line);
void setCodec(const char* codecName);
- static void getGameData(const int gameID, unsigned char* table, QString& gamename);
+ static bool getGameData(const int gameID, unsigned char* table, QString& gamename);
private:
QIODevice *m_device;
QTextCodec *m_codec;