mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-04-27 23:52:34 -05:00
importcsv: Save last used settings and add a trim fields option
This commit is contained in:
@@ -29,8 +29,13 @@ private:
|
||||
DBBrowserDB* pdb;
|
||||
QCompleter* encodingCompleter;
|
||||
|
||||
void setQuoteChar(const QChar& c);
|
||||
char currentQuoteChar() const;
|
||||
|
||||
void setSeparatorChar(const QChar& c);
|
||||
char currentSeparatorChar() const;
|
||||
|
||||
void setEncoding(const QString& sEnc);
|
||||
QString currentEncoding() const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user