mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-02 22:55:34 -05:00
Double click on list item in run and sequence action to edit
This commit is contained in:
@@ -50,6 +50,7 @@ private slots:
|
||||
void RemoveArg();
|
||||
void ArgUp();
|
||||
void ArgDown();
|
||||
void ArgItemClicked(QListWidgetItem *);
|
||||
signals:
|
||||
void HeaderInfoChanged(const QString &);
|
||||
|
||||
|
||||
@@ -53,6 +53,7 @@ private slots:
|
||||
void Remove();
|
||||
void Up();
|
||||
void Down();
|
||||
void MacroItemClicked(QListWidgetItem *);
|
||||
void ContinueFromClicked();
|
||||
void RestartChanged(int state);
|
||||
void UpdateStatusLine();
|
||||
|
||||
Reference in New Issue
Block a user