CSV import. Add argument to method. Texts in drop down

This commit is contained in:
Bjørn Erik Jensen
2017-11-27 09:12:53 +01:00
parent c9451dde50
commit f34b2bb612
3 changed files with 15 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ public:
const ColumnInfo* columnInfo(size_t columnIndex) const;
bool parseColumnInfo(const QString& cellSeparator);
QString previewText();
QString previewText(int lineCount);
QString tryDetermineCellSeparator();