mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-04-24 21:48:38 -05:00
avoid useless string copies and fix a bug with logSQL because of that
This commit is contained in:
@@ -13,7 +13,7 @@ class ExportCsvDialog : public QDialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ExportCsvDialog(DBBrowserDB* db, QString deflocation, QWidget* parent = 0);
|
||||
explicit ExportCsvDialog(DBBrowserDB* db, const QString& deflocation, QWidget* parent = 0);
|
||||
~ExportCsvDialog();
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user