Fix crash when adding new entries to the legacy tabs

This commit is contained in:
WarmUpTill
2024-08-23 20:18:15 +02:00
committed by WarmUpTill
parent 863c84026e
commit d75066df5f
14 changed files with 17 additions and 17 deletions

View File

@@ -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);