This commit is contained in:
Lukas Brübach 2025-03-16 13:18:33 +01:00
parent 5810848c21
commit b2cf9440c5

View file

@ -34,7 +34,7 @@ private:
QPushButton *saveButton;
FlowWidget *fileListWidget;
QMap<QString, QPair<QPushButton *, QPushButton *>> fileButtons;
QMap<QString, QPair<QPushButton *, QPushButton *>> fileButtons;
};
#endif // VISUAL_DATABASE_DISPLAY_FILTER_SAVE_LOAD_WIDGET_H