2014-11-01 Fred Gleason <fredg@paravelsystems.com>

* Modified 'rdlogedit/edit_log.cpp' so as to retain external data
	attributes only when pasting from a 'cut' operation.
This commit is contained in:
Fred Gleason
2014-11-01 20:16:41 -04:00
parent eb6227b69e
commit 201e94b9ec
3 changed files with 26 additions and 12 deletions

View File

@@ -102,6 +102,7 @@ class EditLog : public QDialog
void UpdateTracks();
bool DeleteTracks();
bool ValidateSvc();
void LoadClipboard(bool clear_ext);
RDListViewItem *SingleSelection();
RDLog *edit_log;
RDLogEvent *edit_log_event;