mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-28 04:06:27 -05:00
Fix crash when adding new entries to the legacy tabs
This commit is contained in:
@@ -23,7 +23,7 @@ std::string ToString(double value);
|
||||
/* Legacy helpers */
|
||||
|
||||
void listAddClicked(QListWidget *list, QWidget *newWidget,
|
||||
QObject *addHighlight = nullptr);
|
||||
QObject **addHighlight = nullptr);
|
||||
bool listMoveUp(QListWidget *list);
|
||||
bool listMoveDown(QListWidget *list);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user