Move GetIndexOfSignal() to ListEditor

This commit is contained in:
WarmUpTill
2024-08-20 23:01:12 +02:00
committed by WarmUpTill
parent 66534519d6
commit a523081d77
4 changed files with 29 additions and 29 deletions

View File

@@ -25,6 +25,7 @@ private slots:
protected:
void UpdateListSize();
int GetIndexOfSignal() const;
QListWidget *_list;
ListControls *_controls;