Add a Clone button to create the 'same' Event just after the selected one

This commit is contained in:
Alban Peignier
2014-09-23 20:49:49 +02:00
parent 242141d887
commit 2541701f0d
2 changed files with 46 additions and 3 deletions

View File

@@ -57,6 +57,7 @@ class EditClock : public QDialog
private slots:
void selectionChangedData(QListViewItem *);
void addData();
void cloneData();
void editData();
void deleteData();
void svcData();