avoid useless string copies and fix a bug with logSQL because of that

This commit is contained in:
Peinthor Rene
2013-01-26 10:23:04 +01:00
parent fbfe25cca9
commit c5dafe9617
18 changed files with 36 additions and 34 deletions
+1 -1
View File
@@ -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: