diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-18 18:09:35 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-18 18:48:42 +0200 |
commit | 44ee54d5a2e8edc6b4aaf47a9c3f8d10c9a69052 (patch) | |
tree | 38c86fd5ef1caabe4bedab2ce67ba9549f419cb8 /csv/csv.h | |
parent | 4412c3bcc060b75ae8e77285711d2ad257bd8f9a (diff) |
csv: link static
Diffstat (limited to 'csv/csv.h')
-rw-r--r-- | csv/csv.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -7,9 +7,7 @@ #include <QRegExp> #include <QtGlobal> -#include "export.hpp" - -class OTR_CSV_EXPORT CSV +class CSV { public: QString readLine(); |