mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
avoid useless string copies and fix a bug with logSQL because of that
This commit is contained in:
@@ -122,7 +122,7 @@ private slots:
|
||||
virtual void editTable();
|
||||
virtual void helpWhatsThis();
|
||||
virtual void helpAbout();
|
||||
virtual void updateRecordText( int row, int col, QString newtext );
|
||||
virtual void updateRecordText( int row, int col, const QString& newtext );
|
||||
virtual void editWinAway();
|
||||
virtual void editText( int row, int col );
|
||||
virtual void doubleClickTable( int row, int col );
|
||||
|
||||
Reference in New Issue
Block a user