mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
add: delete and copy version
This commit is contained in:
@@ -26,14 +26,12 @@ public:
|
||||
void sendCopyEmit(QString newName);
|
||||
private slots:
|
||||
void on_verListView_itemDoubleClicked(QListWidgetItem *item);
|
||||
|
||||
void on_createDuplicateButton_clicked();
|
||||
|
||||
void on_DeleteVersionButton_clicked();
|
||||
|
||||
void on_switchServerVersionButton_clicked();
|
||||
|
||||
signals:
|
||||
void sigSendDeleteVersion(StreamingVersionData *streaming);
|
||||
void sigSendSwitchVersion(StreamingVersionData *selectVersion);
|
||||
void sigSendCopyVersion(QString versionPair);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user